Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h108 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
H A DMachOLinkGraphBuilder.cpp199 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()