Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp738 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local
740 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()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h706 void setDwarfCompileUnitID(unsigned CUIndex) { in setDwarfCompileUnitID() argument
707 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h55 std::unique_ptr<DWARFUnitIndex> CUIndex; variable
/netbsd/external/apache2/llvm/dist/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()