Searched refs:text_section_builder (Results 1 – 10 of 10) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | mod.rs | 130 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 D | mod.rs | 137 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 D | mod.rs | 150 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 D | mod.rs | 213 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 D | mod.rs | 174 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 D | mod.rs | 146 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 D | mod.rs | 145 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 D | mod.rs | 208 fn text_section_builder( in text_section_builder() function
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/ |
| H A D | mod.rs | 354 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 D | compiler.rs | 490 ModuleTextBuilder::new(obj, self, self.isa.text_section_builder(funcs.len())); in append_code()
|