Searched refs:CurEntry (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 563 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, in handleSection() argument 677 UnitIndexEntry CurEntry = {}; in write() local 696 UncompressedSections, ContributionOffsets, CurEntry, in write() 723 CurEntry.Contributions[Index].setOffset(ContributionOffsets[Index]); in write() 724 CurEntry.Contributions[Index].setLength(Pair.second); in write() 726 ContributionOffsets[Index] += CurEntry.Contributions[Index].getLength32(); in write() 757 UnitIndexEntry Entry = CurEntry; in write() 815 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write() 844 auto P = IndexEntries.insert(std::make_pair(E.getSignature(), CurEntry)); in write() 916 CurEntry, ContributionOffsets[TypesContributionIndex], in write()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
H A D | DWP.h | 81 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry,
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1795 auto CurEntry = DebugLoc.rbegin(); in buildLocationList() local 1797 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList() 1798 for (auto &Value : CurEntry->getValues()) in buildLocationList() 1803 auto PrevEntry = std::next(CurEntry); in buildLocationList() 1804 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList() 1828 auto *CurEntry = DebugLoc.begin(); in buildLocationList() local 1829 auto *NextEntry = std::next(CurEntry); in buildLocationList() 1839 if (CurEntry->getEndSym() != RangeMBB->getEndSymbol() || in buildLocationList() 1841 CurEntry->getValues() != NextEntry->getValues()) in buildLocationList() 1844 CurEntry = NextEntry; in buildLocationList() [all …]
|