Searched refs:DebugNames (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 37 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits() 63 const DebugNames::Entry &entry, in ProcessEntry() 89 for (const DebugNames::Entry &entry : in GetGlobalVariables() 104 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables() 105 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables() 132 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables() 162 for (const DebugNames::Entry &entry : in GetCompleteObjCClass() 202 for (const DebugNames::Entry &entry : in GetTypes() 229 for (const DebugNames::Entry &entry : in GetNamespaces() 246 for (const DebugNames::Entry &entry : in GetFunctions() [all …]
|
| H A D | DebugNamesDWARFIndex.h | 76 using DebugNames = llvm::DWARFDebugNames; variable 77 std::unique_ptr<DebugNames> m_debug_names_up; 80 llvm::Optional<DIERef> ToDIERef(const DebugNames::Entry &entry); 81 bool ProcessEntry(const DebugNames::Entry &entry, 86 const DebugNames::NameIndex &ni, 89 static llvm::DenseSet<dw_offset_t> GetUnits(const DebugNames &debug_names);
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 752 AccelTable<DWARF5AccelTableStaticData> DebugNames; variable
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1860 DebugNames.addName(Namespace.Name, Namespace.Die->getOffset(), in emitDwarfAcceleratorEntriesForUnit() 1863 DebugNames.addName(Pubname.Name, Pubname.Die->getOffset(), in emitDwarfAcceleratorEntriesForUnit() 1866 DebugNames.addName(Pubtype.Name, Pubtype.Die->getOffset(), in emitDwarfAcceleratorEntriesForUnit() 2612 TheDwarfEmitter->emitDebugNames(DebugNames); in link()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1171 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names", BoolOption)
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 495 DebugNames.push_back(wasm::WasmDebugName{nameType, Index, Name}); in parseNameSection()
|