Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp29 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()
61 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry()
86 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
100 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
125 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
194 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
207 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
221 void DebugNamesDWARFIndex::GetNamespaces( in GetNamespaces()
234 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
261 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
[all …]
H A DDebugNamesDWARFIndex.h20 class DebugNamesDWARFIndex : public DWARFIndex {
22 static llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
59 DebugNamesDWARFIndex(Module &module, in DebugNamesDWARFIndex() function
H A DSymbolFileDWARF.cpp500 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or = in InitializeObject()
501 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(), in InitializeObject()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile528 SRCS+= Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp