Searched refs:DebugNames (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 26 auto index_up = std::make_unique<DebugNames>(debug_names.GetAsLLVM(), in Create() 36 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits() 38 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits() 46 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef() 64 const DebugNames::Entry &entry, in ProcessEntry() 78 const DebugNames::NameIndex &ni, in MaybeLogLookupError() 83 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError() 90 for (const DebugNames::Entry &entry : in GetGlobalVariables() 105 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables() 106 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables() [all …]
|
| H A D | DebugNamesDWARFIndex.h | 77 using DebugNames = llvm::DWARFDebugNames; variable 78 std::unique_ptr<DebugNames> m_debug_names_up; 81 std::optional<DIERef> ToDIERef(const DebugNames::Entry &entry); 82 bool ProcessEntry(const DebugNames::Entry &entry, 87 const DebugNames::NameIndex &ni, 90 static llvm::DenseSet<dw_offset_t> GetUnits(const DebugNames &debug_names);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 151 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames() 286 std::vector<wasm::WasmDebugName> DebugNames; variable
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 266 .Case(".debug_names", DwarfLinkerAccelTableKind::DebugNames) in getAcceleratorTableKind() 393 AccelTables.push_back(DwarfLinkerAccelTableKind::DebugNames); in linkDebugInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 37 DebugNames ///< .debug_names. enumerator 792 AccelTable<DWARF5AccelTableStaticData> DebugNames; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1947 case DwarfLinkerAccelTableKind::DebugNames: { in emitAcceleratorEntriesForUnit() 1949 DebugNames.addName(Namespace.Name, Namespace.Die->getOffset(), in emitAcceleratorEntriesForUnit() 1952 DebugNames.addName(Pubname.Name, Pubname.Die->getOffset(), in emitAcceleratorEntriesForUnit() 1955 DebugNames.addName(Pubtype.Name, Pubtype.Die->getOffset(), in emitAcceleratorEntriesForUnit() 2678 case DwarfLinkerAccelTableKind::DebugNames: in link() 2679 TheDwarfEmitter->emitDebugNames(DebugNames); in link()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | DwarfLinkerForBinary.cpp | 732 GeneralLinker.addAccelTableKind(DwarfLinkerAccelTableKind::DebugNames); in link() 739 GeneralLinker.addAccelTableKind(DwarfLinkerAccelTableKind::DebugNames); in link()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1189 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names", BoolOption)
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 495 DebugNames.push_back(wasm::WasmDebugName{nameType, Index, Name}); in parseNameSection()
|