HomeSort by: relevance | last modified time | path
    Searched defs:SectionPair (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 132 struct SectionPair {
141 SectionPair Sections;
RuntimeDyldImpl.h 132 struct SectionPair {
141 SectionPair Sections;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 571 auto SectionPair = KnownSections.find(Name);
572 if (SectionPair == KnownSections.end())
575 if (DWARFSectionKind Kind = SectionPair->second.second) {
595 MCSection *OutSection = SectionPair->second.first;
llvm-dwp.cpp 571 auto SectionPair = KnownSections.find(Name);
572 if (SectionPair == KnownSections.end())
575 if (DWARFSectionKind Kind = SectionPair->second.second) {
595 MCSection *OutSection = SectionPair->second.first;

Completed in 107 milliseconds