Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/object/src/
H A Dbackend.rs35 per_function_section: bool, field
122 per_function_section: false, in new()
128 pub fn per_function_section(&mut self, per_function_section: bool) -> &mut Self { in per_function_section() method
129 self.per_function_section = per_function_section; in per_function_section()
154 per_function_section: bool, field
176 per_function_section: builder.per_function_section, in new()
511 let section = if self.per_function_section { in define_function_inner()