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