MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / create_systemv_cie

Method create_systemv_cie

cranelift/codegen/src/isa/x64/mod.rs:136–138  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

134
135 #[cfg(feature = "unwind")]
136 fn create_systemv_cie(&self) -> Option<gimli::write::CommonInformationEntry> {
137 Some(inst::unwind::systemv::create_cie())
138 }
139
140 #[cfg(feature = "unwind")]
141 fn map_regalloc_reg_to_dwarf(&self, reg: Reg) -> Result<u16, systemv::RegisterMappingError> {

Callers 2

runMethod · 0.45
add_functionMethod · 0.45

Calls 1

create_cieFunction · 0.50

Tested by 1

runMethod · 0.36