Searched refs:CUIndex (Results 1 – 10 of 10) sorted by relevance
274 unsigned CUIndex) in DWARF5AccelTableStaticData() argument275 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {} in DWARF5AccelTableStaticData()283 unsigned getCUIndex() const { return CUIndex; } in getCUIndex()288 unsigned CUIndex; variable
194 size_t CUIndex = 0; in updateDebugInfo() local198 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 …]
710 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local712 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()
549 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable() local555 CUIndex[CU.index()] = Count++; in emitDWARF5AccelTable()573 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()]; in emitDWARF5AccelTable()
1377 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries() local1378 if (CUIndex > NI.getCUCount()) { in verifyNameIndexEntries()1381 NI.getUnitOffset(), EntryID, CUIndex); in verifyNameIndexEntries()1385 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
785 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()
748 void setDwarfCompileUnitID(unsigned CUIndex) { DwarfCompileUnitID = CUIndex; } in setDwarfCompileUnitID() argument
50 std::unique_ptr<DWARFUnitIndex> CUIndex; variable
1163 const DWARFUnitIndex &CUIndex = Unit.getContext().getCUIndex(); in addUnitAbbreviations() local1164 if (!CUIndex.getRows().empty()) { in addUnitAbbreviations()1167 CUIndex.getFromHash(*Unit.getDWOId()); in addUnitAbbreviations()
264 static Expected<uint64_t> writeDIE(const DWARFYAML::Data &DI, uint64_t CUIndex, in writeDIE() argument281 utostr(CUIndex)); in writeDIE()