Searched refs:CurEntry (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/lib/ |
| H A D | Utils.cpp | 25 CurEntry != Desc->HostEntriesEnd; CurEntry++) { in loadTargetBinaryDescription() 47 CurEntry != CurImage->EntriesEnd; CurEntry++) { in loadTargetBinaryDescription() 87 CurEntry++; in unloadTargetBinaryDescription() 90 Desc->HostEntriesEnd = CurEntry; in unloadTargetBinaryDescription() 119 CurEntry++; in unloadTargetBinaryDescription() 163 CurEntry != Table->EntriesEnd; CurEntry++, ImageEntry++) { in loadTargetTable() 185 CurEntry++; in unloadTargetTable() 187 Table->EntriesEnd = CurEntry; in unloadTargetTable() 267 for (auto *CurEntry = Table->EntriesBegin; CurEntry != Table->EntriesEnd; in dump() local 268 CurEntry++) in dump() [all …]
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 494 const DirectoryLookup &CurEntry = SearchList[i].Lookup; in RemoveDuplicates() local 496 if (CurEntry.isNormalDir()) { in RemoveDuplicates() 498 if (SeenDirs.insert(CurEntry.getDir()).second) in RemoveDuplicates() 500 } else if (CurEntry.isFramework()) { in RemoveDuplicates() 507 if (SeenHeaderMaps.insert(CurEntry.getHeaderMap()).second) in RemoveDuplicates() 518 if (CurEntry.getDirCharacteristic() != SrcMgr::C_User) { in RemoveDuplicates() 527 if (SearchEntry.getLookupType() != CurEntry.getLookupType()) in RemoveDuplicates() 531 if (CurEntry.isNormalDir()) in RemoveDuplicates() 532 isSame = SearchEntry.getDir() == CurEntry.getDir(); in RemoveDuplicates() 533 else if (CurEntry.isFramework()) in RemoveDuplicates() [all …]
|
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 480 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, in handleSection() argument 588 UnitIndexEntry CurEntry = {}; in write() local 607 UncompressedSections, ContributionOffsets, CurEntry, in write() 634 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index]; in write() 636 (CurEntry.Contributions[Index].Length = Pair.second); in write() 653 UnitIndexEntry Entry = CurEntry; in write() 699 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write() 724 auto P = IndexEntries.insert(std::make_pair(E.getSignature(), CurEntry)); in write() 795 TypeInputSection, CurEntry, in write()
|
| /llvm-project-15.0.7/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 74 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry,
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1405 UnitIndexEntry CurEntry = {}; in writeDWP() local 1406 CurEntry.DWOName = in writeDWP() 1412 CurEntry.Name = Name; in writeDWP() 1481 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index]; in writeDWP() 1482 CurEntry.Contributions[Index].Length = OutData.size(); in writeDWP() 1483 ContributionOffsets[Index] += CurEntry.Contributions[Index].Length; in writeDWP() 1496 CompileUnitIdentifiers CUI{*DWOId, CurEntry.Name.c_str(), in writeDWP() 1497 CurEntry.DWOName.c_str()}; in writeDWP() 1498 auto P = IndexEntries.insert(std::make_pair(CUI.Signature, CurEntry)); in writeDWP() 1510 UnitIndexEntry TUEntry = CurEntry; in writeDWP()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 741 auto *CurEntry = Worklist.front(); in remapSectionsAndSymbols() local 747 if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <= in remapSectionsAndSymbols() 753 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr); in remapSectionsAndSymbols() 754 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1752 auto CurEntry = DebugLoc.rbegin(); in buildLocationList() local 1754 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList() 1755 for (auto &Value : CurEntry->getValues()) in buildLocationList() 1760 auto PrevEntry = std::next(CurEntry); in buildLocationList() 1761 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList() 1785 auto *CurEntry = DebugLoc.begin(); in buildLocationList() local 1786 auto *NextEntry = std::next(CurEntry); in buildLocationList() 1796 if (CurEntry->getEndSym() != RangeMBB->getEndSymbol() || in buildLocationList() 1798 CurEntry->getValues() != NextEntry->getValues()) in buildLocationList() 1801 CurEntry = NextEntry; in buildLocationList() [all …]
|