Home
last modified time | relevance | path

Searched refs:DebugNames (Results 1 – 19 of 19) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp29 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 DDebugNamesDWARFIndex.h89 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 DDWARFAcceleratorTableTest.cpp91 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 DDWARFLinkerBase.cpp53 .Case(getSectionName(DebugSectionKind::DebugNames), in parseDebugTableName()
54 DebugSectionKind::DebugNames) in parseDebugTableName()
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h45 DebugNames, enumerator
95 DebugNames ///< .debug_names. enumerator
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp55 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 DDWARFEmitter.cpp725 /// 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 DDWARFLinkerImpl.cpp1135 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 DCMakeLists.txt26 DebugNames.cpp
/llvm-project/llvm/utils/gn/secondary/bolt/lib/Core/
H A DBUILD.gn31 "DebugNames.cpp",
/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp256 .Case(".debug_names", AccelTableKind::DebugNames) in getAcceleratorTableKind()
412 AccelTables.push_back(Linker::AccelTableKind::DebugNames); in linkDebugInfoImpl()
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h156 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames()
295 std::vector<wasm::WasmDebugName> DebugNames; variable
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2276 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 DDWARFStreamer.cpp275 case DebugSectionKind::DebugNames: in getMCSection()
/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp610 GeneralLinker.addAccelTableKind(Linker::AccelTableKind::DebugNames); in setAcceleratorTables()
617 GeneralLinker.addAccelTableKind(Linker::AccelTableKind::DebugNames); in setAcceleratorTables()
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h768 DWARF5AccelTable DebugNames; variable
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h256 std::optional<DebugNamesSection> DebugNames;
253 std::optional<DebugNamesSection> DebugNames; global() member
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1298 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names", BoolOption)
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp591 DebugNames.push_back(wasm::WasmDebugName{nameType, Index, Name}); in parseNameSection()