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

Method triple

cranelift/codegen/src/isa/mod.rs:210–212  ·  view source on GitHub ↗

Gets the triple for the builder.

(&self)

Source from the content-addressed store, hash-verified

208
209 /// Gets the triple for the builder.
210 pub fn triple(&self) -> &Triple {
211 &self.triple
212 }
213
214 /// Iterates the available settings in the builder.
215 pub fn iter(&self) -> impl Iterator<Item = settings::Setting> + use<T> {

Callers 15

is_isa_compatibleFunction · 0.45
compile_testfileFunction · 0.45
runMethod · 0.45
call_rawMethod · 0.45
supports_simdMethod · 0.45
generate_signatureMethod · 0.45
set_isa_flagsMethod · 0.45
insert_cmpFunction · 0.45
generate_instructionsMethod · 0.45
generate_funcrefsMethod · 0.45
generate_blocksMethod · 0.45

Calls

no outgoing calls

Tested by 3

is_isa_compatibleFunction · 0.36
compile_testfileFunction · 0.36
runMethod · 0.36