Type Definition cretonne_codegen::binemit::CodeOffset[][src]

type CodeOffset = u32;

Offset in bytes from the beginning of the function.

Cretonne can be used as a cross compiler, so we don't want to use a type like usize which depends on the host platform, not the target platform.