Home
last modified time | relevance | path

Searched refs:DWARFTypeUnit (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, in extractImpl()
25 void DWARFTypeUnit::dump(raw_ostream &OS) { in dump()
DCMakeLists.txt16 DWARFTypeUnit.cpp
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFTypeUnit.h15 class DWARFTypeUnit : public DWARFUnit {
28 DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, in DWARFTypeUnit() function
DDWARFDebugInfo.cpp97 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()
DDWARFTypeUnit.cpp17 void DWARFTypeUnit::Dump(Stream *s) const { in Dump()
DCMakeLists.txt32 DWARFTypeUnit.cpp
DDWARFDebugInfo.h44 DWARFTypeUnit *GetTypeUnitForHash(uint64_t hash);
DSymbolFileDWARF.h51 class DWARFTypeUnit; variable
483 const lldb_private::FileSpecList &GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
DDWARFFormValue.cpp532 DWARFTypeUnit *tu = in Reference()
DManualDWARFIndex.cpp52 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
DDWARFUnit.cpp883 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
DSymbolFileDWARF.cpp913 auto &tu = llvm::cast<DWARFTypeUnit>(unit); in GetFile()
918 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetTypeUnitSupportFiles()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFTypeUnit.h17 class DWARFTypeUnit : public DWARFUnit {
22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
DDWARFContext.h42 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/
DDWARFTypeUnit.h25 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/
DDWARFTypeUnit.h25 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/
DDWARFTypeUnit.cpp20 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
DCMakeLists.txt26 DWARFTypeUnit.cpp
DDWARFUnit.cpp86 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
DDWARFVerifier.cpp307 Unit = TypeUnitVector.addUnit(std::make_unique<DWARFTypeUnit>( in verifyUnitSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DCMakeLists.txt26 DWARFTypeUnit.cpp
DDWARFTypeUnit.cpp20 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
DDWARFUnit.cpp88 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
DDWARFVerifier.cpp316 Unit = TypeUnitVector.addUnit(std::make_unique<DWARFTypeUnit>( in verifyUnitSection()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/
DBUILD.gn34 "DWARFTypeUnit.cpp",

12