pub fn find_anchors(
bytecode: &[u8],
source_map: &Vec<SourceElement>,
ic_pc_map: &IcPcMap,
analysis: &SourceAnalysis,
) -> Vec<ItemAnchor>
Expand description
Attempts to find anchors for the given items using the given source map and bytecode.