Searched refs:CUIndex (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h275 unsigned CUIndex)
276 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {}
284 unsigned getCUIndex() const { return CUIndex; }
289 unsigned CUIndex; member in class:llvm::DWARF5AccelTableStaticData
274 DWARF5AccelTableStaticData(uint64_t DieOffset, unsigned DieTag, unsigned CUIndex) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h60 std::unique_ptr<DWARFUnitIndex> CUIndex; member in class:llvm::DWARFContext
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h578 void setDwarfCompileUnitID(unsigned CUIndex) { argument
579 DwarfCompileUnitID = CUIndex;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1221 uint32_t CUIndex = *EntryOr->getCUIndex(); local
1222 if (CUIndex > NI.getCUCount()) {
1225 NI.getUnitOffset(), EntryID, CUIndex);
1229 uint64_t CUOffset = NI.getCUOffset(CUIndex);
H A DDWARFContext.cpp698 if (CUIndex)
699 return *CUIndex;
703 CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO);
704 CUIndex->parse(CUIndexData);
705 return *CUIndex;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp555 SmallVector<unsigned, 1> CUIndex(CUs.size());
561 CUIndex[CU.index()] = Count++;
579 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()];

Completed in 173 milliseconds