Home
last modified time | relevance | path

Searched refs:OffsetToIndexMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1672 std::map<uint32_t, uint32_t> OffsetToIndexMap; in updateGdbIndexSection() local
1687 OffsetToIndexMap[Offset] = Index; in updateGdbIndexSection()
1741 const uint32_t CUIndex = OffsetToIndexMap[CURangesPair.first]; in updateGdbIndexSection()