| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 47 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap() 141 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolFile.cpp | 116 void SymbolFile::FindFunctions(ConstString name, in FindFunctions() function in SymbolFile 122 void SymbolFile::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFile
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 111 void FindFunctions(ConstString name, 116 void FindFunctions(const RegularExpression ®ex, bool include_inlines,
|
| H A D | SymbolFileBreakpad.cpp | 295 void SymbolFileBreakpad::FindFunctions( in FindFunctions() function in SymbolFileBreakpad 302 void SymbolFileBreakpad::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFileBreakpad
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolFile.h | 226 virtual void FindFunctions(ConstString name, 230 virtual void FindFunctions(const RegularExpression ®ex,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 254 void FindFunctions(ConstString name, lldb::FunctionNameType name_type_mask, 264 void FindFunctions(const RegularExpression &name, bool include_symbols,
|
| H A D | Module.h | 305 void FindFunctions(ConstString name, 322 void FindFunctions(const RegularExpression ®ex, bool symbols_ok,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 122 void FindFunctions(lldb_private::ConstString name, 128 void FindFunctions(const lldb_private::RegularExpression ®ex,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 130 void FindFunctions(ConstString name, 135 void FindFunctions(const RegularExpression ®ex, bool include_inlines,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 365 void ModuleList::FindFunctions(ConstString name, in FindFunctions() function in ModuleList 377 (*pos)->FindFunctions(lookup_info.GetLookupName(), CompilerDeclContext(), in FindFunctions() 390 (*pos)->FindFunctions(name, CompilerDeclContext(), name_type_mask, in FindFunctions() 424 void ModuleList::FindFunctions(const RegularExpression &name, in FindFunctions() function in ModuleList 430 (*pos)->FindFunctions(name, include_symbols, include_inlines, sc_list); in FindFunctions()
|
| H A D | Module.cpp | 796 void Module::FindFunctions(ConstString name, in FindFunctions() function in Module 810 symbols->FindFunctions(lookup_info.GetLookupName(), parent_decl_ctx, in FindFunctions() 830 symbols->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 844 void Module::FindFunctions(const RegularExpression ®ex, bool include_symbols, in FindFunctions() function in Module 850 symbols->FindFunctions(regex, include_inlines, sc_list); in FindFunctions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 392 lldb::SBSymbolContextList SBModule::FindFunctions(const char *name, in FindFunctions() function in SBModule 394 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBModule, FindFunctions, in FindFunctions() 403 module_sp->FindFunctions(ConstString(name), CompilerDeclContext(), type, in FindFunctions() 746 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBModule, FindFunctions, in RegisterMethods()
|
| H A D | SBTarget.cpp | 1821 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions() function in SBTarget 1823 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindFunctions, in FindFunctions() 1837 target_sp->GetImages().FindFunctions(ConstString(name), mask, symbols_ok, in FindFunctions() 1857 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), true, in FindGlobalFunctions() 1862 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions() 1866 target_sp->GetImages().FindFunctions( in FindGlobalFunctions() 2693 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, FindFunctions, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 112 void FindFunctions(lldb_private::ConstString name, 117 void FindFunctions(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFileDWARF.h | 179 void FindFunctions(lldb_private::ConstString name, 185 void FindFunctions(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1014 void SymbolFileDWARFDebugMap::FindFunctions( in FindFunctions() function in SymbolFileDWARFDebugMap 1024 oso_dwarf->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 1034 void SymbolFileDWARFDebugMap::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFileDWARFDebugMap 1044 oso_dwarf->FindFunctions(regex, include_inlines, sc_list); in FindFunctions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModule.h | 167 FindFunctions(const char *name,
|
| H A D | SBTarget.h | 412 FindFunctions(const char *name,
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModule.i | 257 matches.") FindFunctions; 259 FindFunctions (const char *name,
|
| H A D | SBTarget.i | 443 the symbol contexts for all the matches.") FindFunctions; 445 FindFunctions (const char *name,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 275 context.module_sp->FindFunctions( in SearchCallback() 289 context.module_sp->FindFunctions( in SearchCallback()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 381 module_list.FindFunctions(name, eFunctionNameTypeAuto, in DumpLinesInFunctions() 892 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions() 898 target->GetImages().FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
|
| H A D | CommandObjectDisassemble.cpp | 330 GetSelectedTarget().GetImages().FindFunctions( in GetNameRanges()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 989 m_target->GetImages().FindFunctions( in FindObjCMethodDecls() 1002 m_target->GetImages().FindFunctions( in FindObjCMethodDecls() 1015 m_target->GetImages().FindFunctions( in FindObjCMethodDecls()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 858 sc.module_sp->FindFunctions(spec.name, CompilerDeclContext(), spec.mask, in FindInSymbols() 873 sc.target_sp->GetImages().FindFunctions(spec.name, spec.mask, in FindInSymbols()
|