Struct cranelift_codegen::binemit::CodeInfo
source · pub struct CodeInfo {
pub total_size: CodeOffset,
}
Expand description
Container for information about a vector of compiled code and its supporting read-only data.
The code starts at offset 0 and is followed optionally by relocatable jump tables and copyable (raw binary) read-only data. Any padding between sections is always part of the section that precedes the boundary between the sections.
Fields§
§total_size: CodeOffset
Number of bytes in total.