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

Class Label

cranelift/isle/isle/src/error.rs:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 pub struct Label<FileId> {
313 pub file_id: FileId,
314 pub range: Range<usize>,
315 }
316
317 impl<FileId> Label<FileId> {
318 pub fn primary(file_id: FileId, range: impl Into<Range<usize>>) -> Self {

Callers 12

fromMethod · 0.50
targetFunction · 0.50
fromMethod · 0.50
emit_uncompressedMethod · 0.50
label_to_br_targetMethod · 0.50
emitMethod · 0.50
gen_jumpMethod · 0.50
print_with_stateMethod · 0.50
branch_targetMethod · 0.50
emit_with_islandMethod · 0.50
jmpMethod · 0.50
jmp_ifMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected