/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DebugNamesDWARFIndex.cpp | 29 auto index_up = std::make_unique<DebugNames>(debug_names.GetAsLLVMDWARF(), in Create() 39 DebugNamesDWARFIndex::GetTypeUnitSignatures(const DebugNames &debug_names) { in GetTypeUnitSignatures() 41 for (const DebugNames::NameIndex &ni : debug_names) { in GetTypeUnitSignatures() 50 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits() 52 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits() 64 DebugNamesDWARFIndex::GetForeignTypeUnit(const DebugNames::Entry &entry) const { in GetForeignTypeUnit() 103 // type unit that ended up in a .dwp file matches this DebugNames::Entry, we in GetForeignTypeUnit() 121 DebugNamesDWARFIndex::GetNonSkeletonUnit(const DebugNames::Entry &entry) const { in GetNonSkeletonUnit() 139 DWARFDIE DebugNamesDWARFIndex::GetDIE(const DebugNames::Entry &entry) const { in GetDIE() 155 const DebugNames in ProcessEntry() [all...] |
H A D | DebugNamesDWARFIndex.h | 89 using DebugNames = llvm::DWARFDebugNames; 90 std::unique_ptr<DebugNames> m_debug_names_up; 93 DWARFUnit *GetNonSkeletonUnit(const DebugNames::Entry &entry) const; 94 DWARFDIE GetDIE(const DebugNames::Entry &entry) const; 98 /// This function checks if the DebugNames::Entry refers to a foreign TU and 118 GetForeignTypeUnit(const DebugNames::Entry &entry) const; 120 bool ProcessEntry(const DebugNames::Entry &entry, 125 llvm::ArrayRef<DebugNames::Entry> parent_entries) const; 128 llvm::ArrayRef<DebugNames::Entry> parent_entries) const; 148 llvm::ArrayRef<DebugNames 83 using DebugNames = llvm::DWARFDebugNames; global() variable [all...] |
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTableTest.cpp | 91 const DWARFDebugNames &DebugNames = Ctx->getDebugNames(); in TEST() local 92 ASSERT_NE(DebugNames.begin(), DebugNames.end()); in TEST() 93 const DWARFDebugNames::NameIndex &NameIndex = *DebugNames.begin(); in TEST() 180 const DWARFDebugNames &DebugNames = Ctx->getDebugNames(); in TEST() local 181 ASSERT_NE(DebugNames.begin(), DebugNames.end()); in TEST() 182 const DWARFDebugNames::NameIndex &NameIndex = *DebugNames.begin(); in TEST()
|
/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerBase.cpp | 53 .Case(getSectionName(DebugSectionKind::DebugNames), in parseDebugTableName() 54 DebugSectionKind::DebugNames) in parseDebugTableName()
|
/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerBase.h | 45 DebugNames, enumerator 95 DebugNames ///< .debug_names. enumerator
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 55 if (DebugNames) in getNonEmptySectionNames() 110 IO.mapOptional("debug_names", DWARF.DebugNames); in mapping() 149 IO &IO, DWARFYAML::DebugNamesSection &DebugNames) { in mapping() argument 150 IO.mapRequired("Abbreviations", DebugNames.Abbrevs); in mapping() 151 IO.mapRequired("Entries", DebugNames.Entries); in mapping()
|
H A D | DWARFEmitter.cpp | 725 /// Emits the header for a DebugNames section. in emitDebugNamesAbbrev() 749 /// Emits the abbreviations for a DebugNames section. 768 /// Emits a simple CU offsets list for a DebugNames section containing a single 777 /// Emits the "NameTable" for a DebugNames section; according to the spec, it 878 assert(DI.DebugNames && "unexpected emitDebugNames() call"); in emitDebugNames() 879 const DebugNamesSection DebugNames = DI.DebugNames.value(); in emitDebugNames() 882 groupEntries(DebugNames.Entries); in checkOperandCount() 887 DI.IsLittleEndian, StrpToEntries, DebugNames.Abbrevs); in checkOperandCount() 893 std::string AbbrevData = emitDebugNamesAbbrev(DebugNames in checkOperandCount() 850 const DebugNamesSection DebugNames = DI.DebugNames.value(); emitDebugNames() local [all...] |
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 1135 AccelTableKind::DebugNames)) in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1136 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugNames); in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1150 AccelTableKind::DebugNames)) { in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1341 std::unique_ptr<DWARF5AccelTable> DebugNames; in emitDWARFv5DebugNamesSection() local 1351 if (DebugNames == nullptr) in emitDWARFv5DebugNamesSection() 1352 DebugNames = std::make_unique<DWARF5AccelTable>(); in emitDWARFv5DebugNamesSection() 1359 DebugNames->addName(*DebugStrStrings.getExistingEntry(Info.String), in emitDWARFv5DebugNamesSection() 1378 if (DebugNames != nullptr) { in emitDWARFv5DebugNamesSection() 1383 CommonSections.getSectionDescriptor(DebugSectionKind::DebugNames); in emitDWARFv5DebugNamesSection() 1392 Emitter.emitDebugNames(*DebugNames, CompUnits, CUidToIdx); in emitDWARFv5DebugNamesSection()
|
/llvm-project/bolt/lib/Core/ |
H A D | CMakeLists.txt | 26 DebugNames.cpp
|
/llvm-project/llvm/utils/gn/secondary/bolt/lib/Core/ |
H A D | BUILD.gn | 31 "DebugNames.cpp",
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 256 .Case(".debug_names", AccelTableKind::DebugNames) in getAcceleratorTableKind() 412 AccelTables.push_back(Linker::AccelTableKind::DebugNames); in linkDebugInfoImpl()
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 156 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames() 295 std::vector<wasm::WasmDebugName> DebugNames; variable
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2276 case AccelTableKind::DebugNames: { in patchFrameInfoForObject() 2278 DebugNames.addName( in patchFrameInfoForObject() 2284 DebugNames.addName( in patchFrameInfoForObject() 2290 DebugNames.addName( in patchFrameInfoForObject() 2932 case AccelTableKind::DebugNames: in link() 2933 TheDwarfEmitter->emitDebugNames(DebugNames); in link()
|
H A D | DWARFStreamer.cpp | 275 case DebugSectionKind::DebugNames: in getMCSection()
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 610 GeneralLinker.addAccelTableKind(Linker::AccelTableKind::DebugNames); in setAcceleratorTables() 617 GeneralLinker.addAccelTableKind(Linker::AccelTableKind::DebugNames); in setAcceleratorTables()
|
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinker.h | 768 DWARF5AccelTable DebugNames; variable
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 256 std::optional<DebugNamesSection> DebugNames; 253 std::optional<DebugNamesSection> DebugNames; global() member
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1298 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names", BoolOption)
|
/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 591 DebugNames.push_back(wasm::WasmDebugName{nameType, Index, Name}); in parseNameSection()
|