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

Method get_srclocs_sorted

cranelift/codegen/src/machinst/buffer.rs:1886–1888  ·  view source on GitHub ↗

Get a list of source location mapping tuples in sorted-by-start-offset order.

(&self)

Source from the content-addressed store, hash-verified

1884impl<T: CompilePhase> MachBufferFinalized<T> {
1885 /// Get a list of source location mapping tuples in sorted-by-start-offset order.
1886 pub fn get_srclocs_sorted(&self) -> &[T::MachSrcLocType] {
1887 &self.srclocs[..]
1888 }
1889
1890 /// Get all debug tags, sorted by associated offset.
1891 pub fn debug_tags(&self) -> impl Iterator<Item = MachBufferDebugTagList<'_>> {

Callers 1

set_address_mapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected