Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h197 for (const auto &SectionPair : SectionMap) { in finalizeLoad() local
198 const SectionRef &Section = SectionPair.first; in finalizeLoad()
204 UnregisteredEHFrameSections.push_back(SectionPair.second); in finalizeLoad()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h101 struct SectionPair { struct
110 SectionPair Sections; argument