Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp91 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 DDWARFTypeUnit.cpp17 void DWARFTypeUnit::Dump(Stream *s) const { in Dump()
H A DDWARFDebugInfo.h44 DWARFTypeUnit *GetTypeUnitForHash(uint64_t hash);
H A DSymbolFileDWARF.h51 class DWARFTypeUnit; variable
484 const lldb_private::FileSpecList &GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
H A DDWARFFormValue.cpp534 DWARFTypeUnit *tu = in Reference()
H A DManualDWARFIndex.cpp53 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
H A DDWARFUnit.cpp926 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
H A DSymbolFileDWARF.cpp924 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 DDWARFTypeUnit.h25 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 DDWARFTypeUnit.cpp20 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
H A DDWARFUnit.cpp88 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
H A DDWARFVerifier.cpp316 Unit = TypeUnitVector.addUnit(std::make_unique<DWARFTypeUnit>( in verifyUnitSection()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile526 SRCS+= Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile506 SRCS_MIW+= DebugInfo/DWARF/DWARFTypeUnit.cpp