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

Method fmt

cranelift/codegen/src/isa/aarch64/mod.rs:245–251  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

243
244impl fmt::Display for AArch64Backend {
245 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
246 f.debug_struct("MachBackend")
247 .field("name", &self.name())
248 .field("triple", &self.triple())
249 .field("flags", &format!("{}", self.flags()))
250 .finish()
251 }
252}
253
254/// Create a new `isa::Builder`.

Callers

nothing calls this directly

Calls 4

finishMethod · 0.45
fieldMethod · 0.45
nameMethod · 0.45
tripleMethod · 0.45

Tested by

no test coverage detected