| /openbsd-src/gnu/llvm/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 | 98 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 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 | 54 class DWARFTypeUnit; variable 532 const lldb_private::FileSpecList &GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
|
| H A D | DWARFFormValue.cpp | 534 DWARFTypeUnit *tu = in Reference()
|
| H A D | ManualDWARFIndex.cpp | 62 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
|
| H A D | DWARFUnit.cpp | 994 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
|
| H A D | SymbolFileDWARF.cpp | 1038 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 D | DWARFTypeUnit.h | 24 class DWARFTypeUnit : public DWARFUnit { 26 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
|
| H A D | DWARFContext.h | 40 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 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 | 700 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 *>> ⤅ in getTypeUnitForHash() 720 if (DWARFTypeUnit *TU = dyn_cast<DWARFTypeUnit>(U.get())) in getTypeUnitForHash()
|
| H A D | DWARFDie.cpp | 327 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()
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoDWARF/ |
| H A D | Makefile | 34 DWARFTypeUnit.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/ |
| H A D | BUILD.gn | 36 "DWARFTypeUnit.cpp",
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginSymbolFile/ |
| H A D | Makefile | 36 DWARFTypeUnit.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | BUILD.gn | 65 "DWARFTypeUnit.cpp",
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4540 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 D | clang.amd64 | 1594 ./usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
|
| H A D | clang.macppc | 1593 ./usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
|
| H A D | clang.loongson | 1593 ./usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
|