Searched refs:DWARFTypeUnit (Results 1 – 20 of 20) sorted by relevance
| /llvm-project-15.0.7/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 | 90 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor() 163 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash() 168 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 | CMakeLists.txt | 33 DWARFTypeUnit.cpp
|
| H A D | SymbolFileDWARF.h | 53 class DWARFTypeUnit; variable 514 const lldb_private::FileSpecList &GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
|
| H A D | DWARFFormValue.cpp | 535 DWARFTypeUnit *tu = in Reference()
|
| H A D | ManualDWARFIndex.cpp | 61 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
|
| H A D | DWARFUnit.cpp | 973 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
|
| H A D | SymbolFileDWARF.cpp | 1010 auto &tu = llvm::cast<DWARFTypeUnit>(unit); in GetFile() 1015 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetTypeUnitSupportFiles()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFTypeUnit.h | 24 class DWARFTypeUnit : public DWARFUnit { 26 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
|
| H A D | DWARFContext.h | 41 class DWARFTypeUnit; variable 49 Optional<DenseMap<uint64_t, DWARFTypeUnit*>> NormalTypeUnits; 68 Optional<DenseMap<uint64_t, DWARFTypeUnit*>> DWOTypeUnits; 252 DWARFTypeUnit *getTypeUnitForHash(uint16_t Version, uint64_t Hash, bool IsDWO);
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | CMakeLists.txt | 27 DWARFTypeUnit.cpp
|
| H A D | DWARFTypeUnit.cpp | 18 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
|
| H A D | DWARFContext.cpp | 702 DWARFTypeUnit *DWARFContext::getTypeUnitForHash(uint16_t Version, uint64_t Hash, in getTypeUnitForHash() 708 return dyn_cast_or_null<DWARFTypeUnit>( in getTypeUnitForHash() 715 Optional<DenseMap<uint64_t, DWARFTypeUnit *>> ⤅ in getTypeUnitForHash() 722 if (DWARFTypeUnit *TU = dyn_cast<DWARFTypeUnit>(U.get())) in getTypeUnitForHash()
|
| H A D | DWARFDie.cpp | 332 if (DWARFTypeUnit *TU = U->getContext().getTypeUnitForHash( in resolveTypeUnitReference()
|
| H A D | DWARFUnit.cpp | 102 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/ |
| H A D | BUILD.gn | 35 "DWARFTypeUnit.cpp",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | BUILD.gn | 65 "DWARFTypeUnit.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4543 lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp 4544 lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h 5170 llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h 5901 llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
|