#[repr(C)]pub struct ArchivedSerializableCompilationwhere
PrimaryMap<LocalFunctionIndex, FunctionBody>: Archive,
PrimaryMap<LocalFunctionIndex, Vec<Relocation>>: Archive,
PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>: Archive,
PrimaryMap<SignatureIndex, FunctionBody>: Archive,
PrimaryMap<FunctionIndex, FunctionBody>: Archive,
PrimaryMap<SectionIndex, CustomSection>: Archive,
PrimaryMap<SectionIndex, Vec<Relocation>>: Archive,
Option<Dwarf>: Archive,
SectionIndex: Archive,
u32: Archive,{
pub function_bodies: Archived<PrimaryMap<LocalFunctionIndex, FunctionBody>>,
pub function_relocations: Archived<PrimaryMap<LocalFunctionIndex, Vec<Relocation>>>,
pub function_frame_info: Archived<PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>>,
pub function_call_trampolines: Archived<PrimaryMap<SignatureIndex, FunctionBody>>,
pub dynamic_function_trampolines: Archived<PrimaryMap<FunctionIndex, FunctionBody>>,
pub custom_sections: Archived<PrimaryMap<SectionIndex, CustomSection>>,
pub custom_section_relocations: Archived<PrimaryMap<SectionIndex, Vec<Relocation>>>,
pub debug: Archived<Option<Dwarf>>,
pub libcall_trampolines: Archived<SectionIndex>,
pub libcall_trampoline_len: Archived<u32>,
}
Expand description
An archived SerializableCompilation
Fields§
§function_bodies: Archived<PrimaryMap<LocalFunctionIndex, FunctionBody>>
The archived counterpart of SerializableCompilation::function_bodies
function_relocations: Archived<PrimaryMap<LocalFunctionIndex, Vec<Relocation>>>
The archived counterpart of SerializableCompilation::function_relocations
function_frame_info: Archived<PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>>
The archived counterpart of SerializableCompilation::function_frame_info
function_call_trampolines: Archived<PrimaryMap<SignatureIndex, FunctionBody>>
The archived counterpart of SerializableCompilation::function_call_trampolines
dynamic_function_trampolines: Archived<PrimaryMap<FunctionIndex, FunctionBody>>
The archived counterpart of SerializableCompilation::dynamic_function_trampolines
custom_sections: Archived<PrimaryMap<SectionIndex, CustomSection>>
The archived counterpart of SerializableCompilation::custom_sections
custom_section_relocations: Archived<PrimaryMap<SectionIndex, Vec<Relocation>>>
The archived counterpart of SerializableCompilation::custom_section_relocations
debug: Archived<Option<Dwarf>>
The archived counterpart of SerializableCompilation::debug
libcall_trampolines: Archived<SectionIndex>
The archived counterpart of SerializableCompilation::libcall_trampolines
libcall_trampoline_len: Archived<u32>
The archived counterpart of SerializableCompilation::libcall_trampoline_len