Searched refs:DWARFTypeUnit (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFTypeUnit.h | 15 class DWARFTypeUnit : public DWARFUnit { 28 DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, in DWARFTypeUnit() function
|
| H A D | DWARFDebugInfo.cpp | 91 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor() 164 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash() 169 return llvm::cast<DWARFTypeUnit>(GetUnitAtIndex(pos->second)); in GetTypeUnitForHash()
|
| H A D | DWARFTypeUnit.cpp | 17 void DWARFTypeUnit::Dump(Stream *s) const { in Dump()
|
| H A D | DWARFDebugInfo.h | 44 DWARFTypeUnit *GetTypeUnitForHash(uint64_t hash);
|
| H A D | SymbolFileDWARF.h | 51 class DWARFTypeUnit; variable 484 const lldb_private::FileSpecList &GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
|
| H A D | DWARFFormValue.cpp | 534 DWARFTypeUnit *tu = in Reference()
|
| H A D | ManualDWARFIndex.cpp | 53 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
|
| H A D | DWARFUnit.cpp | 926 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
|
| H A D | SymbolFileDWARF.cpp | 924 auto &tu = llvm::cast<DWARFTypeUnit>(unit); in GetFile() 929 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetTypeUnitSupportFiles()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFTypeUnit.h | 25 class DWARFTypeUnit : public DWARFUnit { 27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFTypeUnit.cpp | 20 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
|
| H A D | DWARFUnit.cpp | 88 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
|
| H A D | DWARFVerifier.cpp | 316 Unit = TypeUnitVector.addUnit(std::make_unique<DWARFTypeUnit>( in verifyUnitSection()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 526 SRCS+= Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 506 SRCS_MIW+= DebugInfo/DWARF/DWARFTypeUnit.cpp
|