Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h110 auto I = IndexToSection.find(Index); in getSectionByIndex()
111 assert(I != IndexToSection.end() && "No section recorded at index"); in getSectionByIndex()
119 auto I = IndexToSection.find(Index); in findSectionByIndex()
120 if (I == IndexToSection.end()) in findSectionByIndex()
231 DenseMap<unsigned, NormalizedSection> IndexToSection; variable
H A DMachOLinkGraphBuilder.cpp192 IndexToSection.insert(std::make_pair(SecIndex, std::move(NSec))); in createNormalizedSections()
196 Sections.reserve(IndexToSection.size()); in createNormalizedSections()
197 for (auto &KV : IndexToSection) in createNormalizedSections()
327 auto SecI = IndexToSection.find(SecIndex); in addSectionStartSymAndBlock()
328 assert(SecI != IndexToSection.end() && "SecIndex invalid"); in addSectionStartSymAndBlock()
402 for (auto &KV : IndexToSection) { in graphifyRegularSymbols()
604 for (auto &KV : IndexToSection) { in graphifySectionsWithCustomParsers()