Home
last modified time | relevance | path

Searched refs:CUIndex (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAccelTable.h274 unsigned CUIndex) in DWARF5AccelTableStaticData() argument
275 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {} in DWARF5AccelTableStaticData()
283 unsigned getCUIndex() const { return CUIndex; } in getCUIndex()
288 unsigned CUIndex; variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp194 size_t CUIndex = 0; in updateDebugInfo() local
198 LocListWritersByCU[CUIndex] = in updateDebugInfo()
222 ++CUIndex; in updateDebugInfo()
331 CUIndex = 0; in updateDebugInfo()
334 processUnitDIE(CUIndex++, CU.get()); in updateDebugInfo()
340 CUIndex++; in updateDebugInfo()
1382 CUIndex = &DWOCtx->getCUIndex(); in writeDWP()
1384 IsDWP = !CUIndex->getRows().empty(); in writeDWP()
1551 CUIndex = &DWOCtx->getCUIndex(); in writeDWOFiles()
1553 IsDWP = !CUIndex->getRows().empty(); in writeDWOFiles()
[all …]
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp710 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local
712 if (!CUIndex.parse(CUIndexData)) in write()
714 if (CUIndex.getVersion() != IndexVersion) in write()
716 utostr(CUIndex.getVersion()) + in write()
720 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()
747 for (auto Kind : CUIndex.getColumnKinds()) { in write()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp549 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable() local
555 CUIndex[CU.index()] = Count++; in emitDWARF5AccelTable()
573 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()]; in emitDWARF5AccelTable()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1377 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries() local
1378 if (CUIndex > NI.getCUCount()) { in verifyNameIndexEntries()
1381 NI.getUnitOffset(), EntryID, CUIndex); in verifyNameIndexEntries()
1385 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
H A DDWARFContext.cpp785 if (CUIndex) in getCUIndex()
786 return *CUIndex; in getCUIndex()
790 CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()
791 CUIndex->parse(CUIndexData); in getCUIndex()
792 return *CUIndex; in getCUIndex()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h748 void setDwarfCompileUnitID(unsigned CUIndex) { DwarfCompileUnitID = CUIndex; } in setDwarfCompileUnitID() argument
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h50 std::unique_ptr<DWARFUnitIndex> CUIndex; variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1163 const DWARFUnitIndex &CUIndex = Unit.getContext().getCUIndex(); in addUnitAbbreviations() local
1164 if (!CUIndex.getRows().empty()) { in addUnitAbbreviations()
1167 CUIndex.getFromHash(*Unit.getDWOId()); in addUnitAbbreviations()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp264 static Expected<uint64_t> writeDIE(const DWARFYAML::Data &DI, uint64_t CUIndex, in writeDIE() argument
281 utostr(CUIndex)); in writeDIE()