Searched refs:DWARFTypeUnit (Results 1 – 25 of 28) sorted by relevance
12
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFTypeUnit.cpp | 16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, in extractImpl() 25 void DWARFTypeUnit::dump(raw_ostream &OS) { in dump()
|
D | CMakeLists.txt | 16 DWARFTypeUnit.cpp
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFTypeUnit.h | 15 class DWARFTypeUnit : public DWARFUnit { 28 DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, in DWARFTypeUnit() function
|
D | DWARFDebugInfo.cpp | 97 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor() 170 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash() 175 return llvm::cast<DWARFTypeUnit>(GetUnitAtIndex(pos->second)); in GetTypeUnitForHash()
|
D | DWARFTypeUnit.cpp | 17 void DWARFTypeUnit::Dump(Stream *s) const { in Dump()
|
D | CMakeLists.txt | 32 DWARFTypeUnit.cpp
|
D | DWARFDebugInfo.h | 44 DWARFTypeUnit *GetTypeUnitForHash(uint64_t hash);
|
D | SymbolFileDWARF.h | 51 class DWARFTypeUnit; variable 483 const lldb_private::FileSpecList &GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
|
D | DWARFFormValue.cpp | 532 DWARFTypeUnit *tu = in Reference()
|
D | ManualDWARFIndex.cpp | 52 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
|
D | DWARFUnit.cpp | 883 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
|
D | SymbolFileDWARF.cpp | 913 auto &tu = llvm::cast<DWARFTypeUnit>(unit); in GetFile() 918 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetTypeUnitSupportFiles()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFTypeUnit.h | 17 class DWARFTypeUnit : public DWARFUnit { 22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
|
D | DWARFContext.h | 42 std::deque<DWARFUnitSection<DWARFTypeUnit>> TUs; 54 std::deque<DWARFUnitSection<DWARFTypeUnit>> DWOTUs; 88 typedef DWARFUnitSection<DWARFTypeUnit>::iterator_range tu_iterator_range;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFTypeUnit.h | 25 class DWARFTypeUnit : public DWARFUnit { 27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFTypeUnit.h | 25 class DWARFTypeUnit : public DWARFUnit { 27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFTypeUnit.cpp | 20 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
|
D | CMakeLists.txt | 26 DWARFTypeUnit.cpp
|
D | DWARFUnit.cpp | 86 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
|
D | DWARFVerifier.cpp | 307 Unit = TypeUnitVector.addUnit(std::make_unique<DWARFTypeUnit>( in verifyUnitSection()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | CMakeLists.txt | 26 DWARFTypeUnit.cpp
|
D | DWARFTypeUnit.cpp | 20 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
|
D | DWARFUnit.cpp | 88 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
|
D | DWARFVerifier.cpp | 316 Unit = TypeUnitVector.addUnit(std::make_unique<DWARFTypeUnit>( in verifyUnitSection()
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/ |
D | BUILD.gn | 34 "DWARFTypeUnit.cpp",
|
12