Searched refs:CUIndex (Results 1 – 8 of 8) sorted by relevance
276 unsigned CUIndex) in DWARF5AccelTableStaticData() argument277 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {} in DWARF5AccelTableStaticData()285 unsigned getCUIndex() const { return CUIndex; } in getCUIndex()290 unsigned CUIndex; variable
738 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local740 if (!CUIndex.parse(CUIndexData)) in write()742 if (CUIndex.getVersion() != 2) in write()744 "unsupported cu_index version: " + utostr(CUIndex.getVersion()) + in write()747 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()766 for (auto Kind : CUIndex.getColumnKinds()) { in write()
550 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable() local556 CUIndex[CU.index()] = Count++; in emitDWARF5AccelTable()574 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()]; in emitDWARF5AccelTable()
1278 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries() local1279 if (CUIndex > NI.getCUCount()) { in verifyNameIndexEntries()1282 NI.getUnitOffset(), EntryID, CUIndex); in verifyNameIndexEntries()1286 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
747 if (CUIndex) in getCUIndex()748 return *CUIndex; in getCUIndex()752 CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()753 CUIndex->parse(CUIndexData); in getCUIndex()754 return *CUIndex; in getCUIndex()
706 void setDwarfCompileUnitID(unsigned CUIndex) { in setDwarfCompileUnitID() argument707 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
55 std::unique_ptr<DWARFUnitIndex> CUIndex; variable
264 static Expected<uint64_t> writeDIE(const DWARFYAML::Data &DI, uint64_t CUIndex, in writeDIE() argument281 utostr(CUIndex)); in writeDIE()