Searched refs:IndexToSection (Results 1 – 2 of 2) sorted by relevance
108 auto I = IndexToSection.find(Index); in getSectionByIndex()109 assert(I != IndexToSection.end() && "No section recorded at index"); in getSectionByIndex()117 auto I = IndexToSection.find(Index); in findSectionByIndex()118 if (I == IndexToSection.end()) in findSectionByIndex()226 DenseMap<unsigned, NormalizedSection> IndexToSection; variable
199 IndexToSection.insert(std::make_pair(SecIndex, std::move(NSec))); in createNormalizedSections()203 Sections.reserve(IndexToSection.size()); in createNormalizedSections()204 for (auto &KV : IndexToSection) in createNormalizedSections()401 for (auto &KV : IndexToSection) { in graphifyRegularSymbols()593 for (auto &KV : IndexToSection) { in graphifySectionsWithCustomParsers()