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(ConstString name, in FindFunctions()
129 void SymbolFile::FindFunctions(const RegularExpression ®ex, in FindFunctions()
133 void SymbolFile::GetMangledNamesForFunction( in GetMangledNamesForFunction()
137 void SymbolFile::FindTypes( in FindTypes()
140 llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, in FindTypes()
143 void SymbolFile::FindTypes(llvm::ArrayRef<CompilerContext> pattern, in FindTypes()
145 llvm::DenseSet<SymbolFile *> &searched_symbol_files, in FindTypes()
148 void SymbolFile::AssertModuleLock() { in AssertModuleLock()
164 SymbolFile::RegisterInfoResolver::~RegisterInfoResolver() = default;