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

Method fmt

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

Source from the content-addressed store, hash-verified

215
216impl fmt::Display for S390xBackend {
217 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
218 f.debug_struct("MachBackend")
219 .field("name", &self.name())
220 .field("triple", &self.triple())
221 .field("flags", &format!("{}", self.flags()))
222 .finish()
223 }
224}
225
226/// 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