Home
last modified time | relevance | path

Searched refs:DebugNamesDWARFIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp32 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()
74 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry()
99 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
113 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
138 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
221 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
234 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
248 void DebugNamesDWARFIndex::GetNamespaces( in GetNamespaces()
263 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
289 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
[all …]
H A DDebugNamesDWARFIndex.h22 class DebugNamesDWARFIndex : public DWARFIndex {
24 static llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
61 DebugNamesDWARFIndex(Module &module, in DebugNamesDWARFIndex() function
H A DSymbolFileDWARF.cpp534 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or = in InitializeObject()
535 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(), in InitializeObject()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile564 SRCS+= Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp