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

Method from

cranelift/codegen/src/machinst/buffer.rs:2171–2173  ·  view source on GitHub ↗
(name: ExternalName)

Source from the content-addressed store, hash-verified

2169
2170impl From<ExternalName> for RelocTarget {
2171 fn from(name: ExternalName) -> Self {
2172 Self::ExternalName(name)
2173 }
2174}
2175
2176impl From<MachLabel> for RelocTarget {

Callers

nothing calls this directly

Calls 2

ExternalNameEnum · 0.85
LabelClass · 0.50

Tested by

no test coverage detected