Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h203 for (const auto &SectionPair : SectionMap) { in finalizeLoad() local
204 const SectionRef &Section = SectionPair.first; in finalizeLoad()
211 UnregisteredEHFrameSections.push_back(SectionPair.second); in finalizeLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h273 for (const auto &SectionPair : SectionMap) { in finalizeLoad() local
274 const SectionRef &Section = SectionPair.first; in finalizeLoad()
283 UnregisteredEHFrameSections.push_back(SectionPair.second); in finalizeLoad()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp413 auto SectionPair = KnownSections.find(Name); in handleSection() local
414 if (SectionPair == KnownSections.end()) in handleSection()
417 if (DWARFSectionKind Kind = SectionPair->second.second) { in handleSection()
437 MCSection *OutSection = SectionPair->second.first; in handleSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp416 auto SectionPair = KnownSections.find(Name); in handleSection() local
417 if (SectionPair == KnownSections.end()) in handleSection()
420 if (DWARFSectionKind Kind = SectionPair->second.second) { in handleSection()
440 MCSection *OutSection = SectionPair->second.first; in handleSection()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h134 struct SectionPair { struct
143 SectionPair Sections; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h134 struct SectionPair { struct
143 SectionPair Sections; argument