Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A 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()
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()
517 isSame = SearchEntry.getDir() == CurEntry.getDir(); in RemoveDuplicates()
518 else if (CurEntry.isFramework()) in RemoveDuplicates()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp545 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, in handleSection() argument
578 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index]; in handleSection()
580 (CurEntry.Contributions[Index].Length = Contents.size()); in handleSection()
690 UnitIndexEntry CurEntry = {}; in write() local
704 UncompressedSections, ContributionOffsets, CurEntry, in write()
727 auto P = IndexEntries.insert(std::make_pair(ID.Signature, CurEntry)); in write()
733 CurEntry, in write()
751 auto P = IndexEntries.insert(std::make_pair(E.getSignature(), CurEntry)); in write()
790 CurEntry, in write()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp691 auto *CurEntry = Worklist.front(); in remapSectionsAndSymbols() local
697 if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <= in remapSectionsAndSymbols()
703 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr); in remapSectionsAndSymbols()
704 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1746 auto CurEntry = DebugLoc.rbegin(); in buildLocationList() local
1748 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList()
1749 for (auto &Value : CurEntry->getValues()) in buildLocationList()
1754 auto PrevEntry = std::next(CurEntry); in buildLocationList()
1755 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList()