Home
last modified time | relevance | path

Searched refs:CurEntry (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/lib/Frontend/
DInitHeaderSearch.cpp479 const DirectoryLookup &CurEntry = SearchList[i]; in RemoveDuplicates() local
481 if (CurEntry.isNormalDir()) { in RemoveDuplicates()
483 if (SeenDirs.insert(CurEntry.getDir()).second) in RemoveDuplicates()
485 } else if (CurEntry.isFramework()) { in RemoveDuplicates()
487 if (SeenFrameworkDirs.insert(CurEntry.getFrameworkDir()).second) in RemoveDuplicates()
490 assert(CurEntry.isHeaderMap() && "Not a headermap or normal dir?"); in RemoveDuplicates()
492 if (SeenHeaderMaps.insert(CurEntry.getHeaderMap()).second) in RemoveDuplicates()
503 if (CurEntry.getDirCharacteristic() != SrcMgr::C_User) { in RemoveDuplicates()
512 if (SearchEntry.getLookupType() != CurEntry.getLookupType()) in RemoveDuplicates()
516 if (CurEntry.isNormalDir()) in RemoveDuplicates()
[all …]
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp503 const DirectoryLookup &CurEntry = SearchList[i]; in RemoveDuplicates() local
505 if (CurEntry.isNormalDir()) { in RemoveDuplicates()
507 if (SeenDirs.insert(CurEntry.getDir()).second) in RemoveDuplicates()
509 } else if (CurEntry.isFramework()) { in RemoveDuplicates()
511 if (SeenFrameworkDirs.insert(CurEntry.getFrameworkDir()).second) in RemoveDuplicates()
514 assert(CurEntry.isHeaderMap() && "Not a headermap or normal dir?"); in RemoveDuplicates()
516 if (SeenHeaderMaps.insert(CurEntry.getHeaderMap()).second) in RemoveDuplicates()
527 if (CurEntry.getDirCharacteristic() != SrcMgr::C_User) { in RemoveDuplicates()
536 if (SearchEntry.getLookupType() != CurEntry.getLookupType()) in RemoveDuplicates()
540 if (CurEntry.isNormalDir()) in RemoveDuplicates()
[all …]
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp389 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, in handleSection() argument
420 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index]; in handleSection()
422 (CurEntry.Contributions[Index].Length = Contents.size()); in handleSection()
503 UnitIndexEntry CurEntry = {}; in write() local
517 UncompressedSections, ContributionOffsets, CurEntry, in write()
534 auto P = IndexEntries.insert(std::make_pair(ID.Signature, CurEntry)); in write()
540 CurEntry, ContributionOffsets[DW_SECT_TYPES - DW_SECT_INFO]); in write()
553 auto P = IndexEntries.insert(std::make_pair(E.getSignature(), CurEntry)); in write()
584 CurTypesSection.front(), CurEntry, in write()
/external/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp432 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, in handleSection() argument
465 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index]; in handleSection()
467 (CurEntry.Contributions[Index].Length = Contents.size()); in handleSection()
577 UnitIndexEntry CurEntry = {}; in write() local
591 UncompressedSections, ContributionOffsets, CurEntry, in write()
608 auto P = IndexEntries.insert(std::make_pair(ID.Signature, CurEntry)); in write()
614 CurEntry, in write()
632 auto P = IndexEntries.insert(std::make_pair(E.getSignature(), CurEntry)); in write()
671 CurEntry, in write()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp593 std::pair<void*, uint64_t> CurEntry = Worklist.front(); in remapSectionsAndSymbols() local
599 if (NextSectionAddr + CurEntry.second + TargetSectionSep <= Alloc.first) in remapSectionsAndSymbols()
604 AlreadyAllocated[NextSectionAddr] = CurEntry.second; in remapSectionsAndSymbols()
605 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp690 auto *CurEntry = Worklist.front(); in remapSectionsAndSymbols() local
696 if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <= in remapSectionsAndSymbols()
702 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr); in remapSectionsAndSymbols()
703 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp893 auto CurEntry = DebugLoc.rbegin(); in buildLocationList() local
895 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList()
896 for (auto &Value : CurEntry->getValues()) in buildLocationList()
901 auto PrevEntry = std::next(CurEntry); in buildLocationList()
902 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1512 auto CurEntry = DebugLoc.rbegin(); in buildLocationList() local
1514 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList()
1515 for (auto &Value : CurEntry->getValues()) in buildLocationList()
1520 auto PrevEntry = std::next(CurEntry); in buildLocationList()
1521 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1709 auto CurEntry = DebugLoc.rbegin(); in buildLocationList() local
1711 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList()
1712 for (auto &Value : CurEntry->getValues()) in buildLocationList()
1717 auto PrevEntry = std::next(CurEntry); in buildLocationList()
1718 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList()