Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ index
Method
index
cranelift/codegen/src/ir/types.rs:386–388 ·
view source on GitHub ↗
Index of this type, for use with hash tables etc.
(self)
Source
from the content-addressed store, hash-verified
384
385
/// Index of this type, for use with hash tables etc.
386
pub fn index(self) -> usize {
387
usize::from(self.0)
388
}
389
390
/// True iff:
391
///
Callers
15
add_ss
Method · 0.45
add_dss
Method · 0.45
add_dt
Method · 0.45
add_gv
Method · 0.45
add_alias_region
Method · 0.45
add_sig
Method · 0.45
add_fn
Method · 0.45
add_block
Method · 0.45
parse_basic_block
Method · 0.45
parse_block_param
Method · 0.45
gen_retval_loads
Method · 0.45
gpr
Function · 0.45
Calls
1
from
Function · 0.85
Tested by
1
fde_relocations_target_function_symbols
Function · 0.36