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

Method rel_srclocs

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

Returns the list of relative source locations for this function.

(&self)

Source from the content-addressed store, hash-verified

367
368 /// Returns the list of relative source locations for this function.
369 pub(crate) fn rel_srclocs(&self) -> &SecondaryMap<Inst, RelSourceLoc> {
370 &self.srclocs
371 }
372}
373
374/// Functions can be cloned, but it is not a very fast operation.

Callers 2

decorate_blockFunction · 0.80
srclocMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected