Searched refs:DebugNamesDWARFIndex (Results 1 – 4 of 4) sorted by relevance
29 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 …]
20 class DebugNamesDWARFIndex : public DWARFIndex {22 static llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>59 DebugNamesDWARFIndex(Module &module, in DebugNamesDWARFIndex() function
500 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or = in InitializeObject()501 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(), in InitializeObject()
528 SRCS+= Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp