Searched refs:DebugNames (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 36 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits() 62 const DebugNames::Entry &entry, in ProcessEntry() 88 for (const DebugNames::Entry &entry : in GetGlobalVariables() 103 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables() 104 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables() 129 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables() 156 for (const DebugNames::Entry &entry : in GetCompleteObjCClass() 196 for (const DebugNames::Entry &entry : in GetTypes() 223 for (const DebugNames::Entry &entry : in GetNamespaces() 240 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);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 154 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames() 289 std::vector<wasm::WasmDebugName> DebugNames; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 760 AccelTable<DWARF5AccelTableStaticData> DebugNames; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1827 DebugNames.addName(Namespace.Name, Namespace.Die->getOffset(), in emitDwarfAcceleratorEntriesForUnit() 1830 DebugNames.addName(Pubname.Name, Pubname.Die->getOffset(), in emitDwarfAcceleratorEntriesForUnit() 1833 DebugNames.addName(Pubtype.Name, Pubtype.Die->getOffset(), in emitDwarfAcceleratorEntriesForUnit() 2526 TheDwarfEmitter->emitDebugNames(DebugNames); in link()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 407 DebugNames.push_back(wasm::WasmDebugName{nameType, Index, Name}); in parseNameSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1167 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names", BoolOption)
|