Home
last modified time | relevance | path

Searched refs:text_section_builder (Results 1 – 10 of 10) sorted by relevance

/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmod.rs130 fn text_section_builder(&self, num_funcs: usize) -> Box<dyn TextSectionBuilder> { in text_section_builder() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmod.rs137 fn text_section_builder(&self, num_funcs: usize) -> Box<dyn TextSectionBuilder> { in text_section_builder() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dmod.rs150 fn text_section_builder(&self, num_funcs: usize) -> Box<dyn TextSectionBuilder> { in text_section_builder() method
/wasmtime-44.0.1/winch/codegen/src/isa/
H A Dmod.rs213 fn text_section_builder(&self, num_labeled_funcs: usize) -> Box<dyn TextSectionBuilder>; in text_section_builder() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dmod.rs174 fn text_section_builder(&self, num_funcs: usize) -> Box<dyn TextSectionBuilder> { in text_section_builder() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dmod.rs146 fn text_section_builder(&self, num_funcs: usize) -> Box<dyn TextSectionBuilder> { in text_section_builder() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dmod.rs145 fn text_section_builder(&self, num_funcs: usize) -> Box<dyn TextSectionBuilder> { in text_section_builder() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dmod.rs208 fn text_section_builder( in text_section_builder() function
/wasmtime-44.0.1/cranelift/codegen/src/isa/
H A Dmod.rs354 fn text_section_builder(&self, num_labeled_funcs: usize) -> Box<dyn TextSectionBuilder>; in text_section_builder() method
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs490 ModuleTextBuilder::new(obj, self, self.isa.text_section_builder(funcs.len())); in append_code()