Lines Matching refs:SymbolFile
28 char SymbolFile::ID;
31 void SymbolFile::PreloadSymbols() { in PreloadSymbols()
35 std::recursive_mutex &SymbolFile::GetModuleMutex() const { in GetModuleMutex()
39 SymbolFile *SymbolFile::FindPlugin(ObjectFileSP objfile_sp) { in FindPlugin()
40 std::unique_ptr<SymbolFile> best_symfile_up; in FindPlugin()
66 std::unique_ptr<SymbolFile> curr_symfile_up(create_callback(objfile_sp)); in FindPlugin()
108 SymbolFile::ResolveSymbolContext(const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
114 void SymbolFile::FindGlobalVariables(ConstString name, in FindGlobalVariables()
119 void SymbolFile::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables()
123 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions()
128 void SymbolFile::FindFunctions(const RegularExpression ®ex, in FindFunctions()
132 void SymbolFile::GetMangledNamesForFunction( in GetMangledNamesForFunction()
136 void SymbolFile::FindTypes( in FindTypes()
139 llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, in FindTypes()
142 void SymbolFile::FindTypes(llvm::ArrayRef<CompilerContext> pattern, in FindTypes()
144 llvm::DenseSet<SymbolFile *> &searched_symbol_files, in FindTypes()
147 void SymbolFile::AssertModuleLock() { in AssertModuleLock()
163 SymbolFile::RegisterInfoResolver::~RegisterInfoResolver() = default;