Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp47 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits()
96 for (const DebugNames::Entry &entry : in GetGlobalVariables()
109 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables()
110 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables()
133 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables()
158 for (const DebugNames::Entry &entry : in GetCompleteObjCClass()
195 for (const DebugNames::Entry &entry : in GetTypes()
206 for (const DebugNames::Entry &entry : in GetTypes()
216 for (const DebugNames::Entry &entry : in GetNamespaces()
231 for (const DebugNames::Entry &entry : in GetFunctions()
[all …]
H A DDebugNamesDWARFIndex.h67 using DebugNames = llvm::DWARFDebugNames; variable
68 std::unique_ptr<DebugNames> m_debug_names_up;
71 DIERef ToDIERef(const DebugNames::Entry &entry);
72 void Append(const DebugNames::Entry &entry, DIEArray &offsets);
75 const DebugNames::NameIndex &ni,
78 static llvm::DenseSet<dw_offset_t> GetUnits(const DebugNames &debug_names);
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h147 ArrayRef<wasm::WasmFunctionName> debugNames() const { return DebugNames; } in debugNames()
272 std::vector<wasm::WasmFunctionName> DebugNames; variable
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp364 DebugNames.push_back(wasm::WasmFunctionName{Index, Name}); in parseNameSection()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def885 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names")