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

Method user_named_funcs

cranelift/codegen/src/ir/function.rs:137–139  ·  view source on GitHub ↗

Returns the internal mapping of `UserExternalNameRef` to `UserExternalName`.

(&self)

Source from the content-addressed store, hash-verified

135
136 /// Returns the internal mapping of `UserExternalNameRef` to `UserExternalName`.
137 pub fn user_named_funcs(&self) -> &PrimaryMap<UserExternalNameRef, UserExternalName> {
138 &self.user_named_funcs
139 }
140
141 fn clear(&mut self) {
142 self.base_srcloc = None;

Callers 10

apply_func_renameMethod · 0.80
inlineMethod · 0.80
from_mach_relocMethod · 0.80
function_addressMethod · 0.80
resetMethod · 0.80
fmtMethod · 0.80
callsMethod · 0.80
inlineMethod · 0.80
finish_with_infoMethod · 0.80

Calls

no outgoing calls

Tested by 1

inlineMethod · 0.64