Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h15 class DWARFTypeUnit : public DWARFUnit {
28 DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, in DWARFTypeUnit() function
H A DDWARFDebugInfo.cpp90 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 DDWARFTypeUnit.cpp17 void DWARFTypeUnit::Dump(Stream *s) const { in Dump()
H A DDWARFDebugInfo.h44 DWARFTypeUnit *GetTypeUnitForHash(uint64_t hash);
H A DCMakeLists.txt33 DWARFTypeUnit.cpp
H A DSymbolFileDWARF.h53 class DWARFTypeUnit; variable
514 const lldb_private::FileSpecList &GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
H A DDWARFFormValue.cpp535 DWARFTypeUnit *tu = in Reference()
H A DManualDWARFIndex.cpp61 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
H A DDWARFUnit.cpp973 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
H A DSymbolFileDWARF.cpp1010 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 DDWARFTypeUnit.h24 class DWARFTypeUnit : public DWARFUnit {
26 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
H A DDWARFContext.h41 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 DCMakeLists.txt27 DWARFTypeUnit.cpp
H A DDWARFTypeUnit.cpp18 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
H A DDWARFContext.cpp702 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 *>> &Map; in getTypeUnitForHash()
722 if (DWARFTypeUnit *TU = dyn_cast<DWARFTypeUnit>(U.get())) in getTypeUnitForHash()
H A DDWARFDie.cpp332 if (DWARFTypeUnit *TU = U->getContext().getTypeUnitForHash( in resolveTypeUnitReference()
H A DDWARFUnit.cpp102 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 DBUILD.gn35 "DWARFTypeUnit.cpp",
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn65 "DWARFTypeUnit.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4543 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