Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h276 unsigned CUIndex) in DWARF5AccelTableStaticData() argument
277 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {} in DWARF5AccelTableStaticData()
285 unsigned getCUIndex() const { return CUIndex; } in getCUIndex()
290 unsigned CUIndex; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp697 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local
699 if (!CUIndex.parse(CUIndexData)) in write()
701 if (CUIndex.getVersion() != IndexVersion) in write()
703 utostr(CUIndex.getVersion()) + in write()
707 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()
734 for (auto Kind : CUIndex.getColumnKinds()) { in write()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp550 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable() local
556 CUIndex[CU.index()] = Count++; in emitDWARF5AccelTable()
574 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()]; in emitDWARF5AccelTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1278 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries() local
1279 if (CUIndex > NI.getCUCount()) { in verifyNameIndexEntries()
1282 NI.getUnitOffset(), EntryID, CUIndex); in verifyNameIndexEntries()
1286 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
H A DDWARFContext.cpp747 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h711 void setDwarfCompileUnitID(unsigned CUIndex) { in setDwarfCompileUnitID() argument
712 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h55 std::unique_ptr<DWARFUnitIndex> CUIndex; variable
/freebsd-13.1/contrib/llvm-project/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()