Lines Matching refs:SymbolFile
29 char SymbolFile::ID;
32 void SymbolFile::PreloadSymbols() { in PreloadSymbols()
36 std::recursive_mutex &SymbolFile::GetModuleMutex() const { in GetModuleMutex()
40 SymbolFile *SymbolFile::FindPlugin(ObjectFileSP objfile_sp) { in FindPlugin()
41 std::unique_ptr<SymbolFile> best_symfile_up; in FindPlugin()
67 std::unique_ptr<SymbolFile> curr_symfile_up(create_callback(objfile_sp)); in FindPlugin()
109 SymbolFile::ResolveSymbolContext(const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
115 void SymbolFile::FindGlobalVariables(ConstString name, in FindGlobalVariables()
120 void SymbolFile::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables()
124 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions()
129 void SymbolFile::FindFunctions(const RegularExpression ®ex, in FindFunctions()
133 void SymbolFile::GetMangledNamesForFunction( in GetMangledNamesForFunction()
137 void SymbolFile::AssertModuleLock() { in AssertModuleLock()
153 SymbolFile::RegisterInfoResolver::~RegisterInfoResolver() = default;