Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAccelTable.h278 unsigned CUIndex) in DWARF5AccelTableStaticData() argument
279 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {} in DWARF5AccelTableStaticData()
287 unsigned getCUIndex() const { return CUIndex; } in getCUIndex()
292 unsigned CUIndex; variable
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp576 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local
578 if (!CUIndex.parse(CUIndexData)) in write()
581 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()
600 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-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp1089 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries() local
1090 if (CUIndex > NI.getCUCount()) { in verifyNameIndexEntries()
1093 NI.getUnitOffset(), EntryID, CUIndex); in verifyNameIndexEntries()
1097 uint32_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
DDWARFContext.cpp636 if (CUIndex) in getCUIndex()
637 return *CUIndex; in getCUIndex()
641 CUIndex = llvm::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()
642 CUIndex->parse(CUIndexData); in getCUIndex()
643 return *CUIndex; in getCUIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h555 void setDwarfCompileUnitID(unsigned CUIndex) { in setDwarfCompileUnitID() argument
556 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h62 std::unique_ptr<DWARFUnitIndex> CUIndex; variable
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h43 std::unique_ptr<DWARFUnitIndex> CUIndex; variable