Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h275 unsigned CUIndex) in DWARF5AccelTableStaticData() argument
276 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {} in DWARF5AccelTableStaticData()
284 unsigned getCUIndex() const { return CUIndex; } in getCUIndex()
289 unsigned CUIndex; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DAccelTable.h275 unsigned CUIndex) in DWARF5AccelTableStaticData() argument
276 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {} in DWARF5AccelTableStaticData()
284 unsigned getCUIndex() const { return CUIndex; } in getCUIndex()
289 unsigned CUIndex; variable
/external/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp619 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local
621 if (!CUIndex.parse(CUIndexData)) in write()
623 if (CUIndex.getVersion() != 2) in write()
625 "unsupported cu_index version: " + utostr(CUIndex.getVersion()) + in write()
628 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()
647 for (auto Kind : CUIndex.getColumnKinds()) { in write()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp277 if (CUIndex) in getCUIndex()
278 return *CUIndex; in getCUIndex()
282 CUIndex = llvm::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()
283 CUIndex->parse(CUIndexData); in getCUIndex()
284 return *CUIndex; in getCUIndex()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp544 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local
546 if (!CUIndex.parse(CUIndexData)) in write()
549 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()
568 for (auto Kind : CUIndex.getColumnKinds()) { in write()
/external/llvm/include/llvm/MC/
DMCContext.h478 void setDwarfCompileUnitID(unsigned CUIndex) { in setDwarfCompileUnitID() argument
479 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp555 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable() local
561 CUIndex[CU.index()] = Count++; in emitDWARF5AccelTable()
579 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()]; in emitDWARF5AccelTable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp553 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable() local
559 CUIndex[CU.index()] = Count++; in emitDWARF5AccelTable()
577 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()]; in emitDWARF5AccelTable()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h633 void setDwarfCompileUnitID(unsigned CUIndex) { in setDwarfCompileUnitID() argument
634 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h578 void setDwarfCompileUnitID(unsigned CUIndex) { in setDwarfCompileUnitID() argument
579 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp1221 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries() local
1222 if (CUIndex > NI.getCUCount()) { in verifyNameIndexEntries()
1225 NI.getUnitOffset(), EntryID, CUIndex); in verifyNameIndexEntries()
1229 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
DDWARFContext.cpp698 if (CUIndex) in getCUIndex()
699 return *CUIndex; in getCUIndex()
703 CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()
704 CUIndex->parse(CUIndexData); in getCUIndex()
705 return *CUIndex; in getCUIndex()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
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()
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h60 std::unique_ptr<DWARFUnitIndex> CUIndex; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h55 std::unique_ptr<DWARFUnitIndex> CUIndex; variable
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h43 std::unique_ptr<DWARFUnitIndex> CUIndex; variable
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp265 static Expected<uint64_t> writeDIE(const DWARFYAML::Data &DI, uint64_t CUIndex, in writeDIE() argument
282 utostr(CUIndex)); in writeDIE()