Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp98 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
171 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash()
176 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.h54 class DWARFTypeUnit; variable
532 const lldb_private::FileSpecList &GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
H A DDWARFFormValue.cpp534 DWARFTypeUnit *tu = in Reference()
H A DManualDWARFIndex.cpp62 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
H A DDWARFUnit.cpp994 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
H A DSymbolFileDWARF.cpp1038 auto &tu = llvm::cast<DWARFTypeUnit>(unit); in GetFile()
1043 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetTypeUnitSupportFiles()
/openbsd-src/gnu/llvm/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.h40 class DWARFTypeUnit; variable
48 std::optional<DenseMap<uint64_t, DWARFTypeUnit *>> NormalTypeUnits;
67 std::optional<DenseMap<uint64_t, DWARFTypeUnit *>> DWOTypeUnits;
252 DWARFTypeUnit *getTypeUnitForHash(uint16_t Version, uint64_t Hash, bool IsDWO);
/openbsd-src/gnu/llvm/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.cpp700 DWARFTypeUnit *DWARFContext::getTypeUnitForHash(uint16_t Version, uint64_t Hash, in getTypeUnitForHash()
706 return dyn_cast_or_null<DWARFTypeUnit>( in getTypeUnitForHash()
713 std::optional<DenseMap<uint64_t, DWARFTypeUnit *>> &Map; in getTypeUnitForHash()
720 if (DWARFTypeUnit *TU = dyn_cast<DWARFTypeUnit>(U.get())) in getTypeUnitForHash()
H A DDWARFDie.cpp327 if (DWARFTypeUnit *TU = U->getContext().getTypeUnitForHash( in resolveTypeUnitReference()
H A DDWARFUnit.cpp102 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
/openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoDWARF/
H A DMakefile34 DWARFTypeUnit.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/
H A DBUILD.gn36 "DWARFTypeUnit.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginSymbolFile/
H A DMakefile36 DWARFTypeUnit.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn65 "DWARFTypeUnit.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4540 lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
4541 lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
5161 llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
5889 llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641594 ./usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
H A Dclang.macppc1593 ./usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
H A Dclang.loongson1593 ./usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h

12