pub fn find_anchor_simple(
source_map: &SourceMap,
ic_pc_map: &IcPcMap,
item_id: usize,
loc: &SourceLocation,
) -> Result<ItemAnchor>
Expand description
Find an anchor representing the first opcode within the given source range.
pub fn find_anchor_simple(
source_map: &SourceMap,
ic_pc_map: &IcPcMap,
item_id: usize,
loc: &SourceLocation,
) -> Result<ItemAnchor>
Find an anchor representing the first opcode within the given source range.