| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 50 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap() 147 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 357 void SymbolFileOnDemand::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFileOnDemand 384 return m_sym_file_impl->FindFunctions(regex, include_inlines, sc_list); in FindFunctions() 387 void SymbolFileOnDemand::FindFunctions( in FindFunctions() function in SymbolFileOnDemand 417 return m_sym_file_impl->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions()
|
| H A D | SymbolFile.cpp | 123 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() function in SymbolFile 128 void SymbolFile::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFile
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 114 void FindFunctions(const Module::LookupInfo &lookup_info, 118 void FindFunctions(const RegularExpression ®ex, bool include_inlines,
|
| H A D | SymbolFileBreakpad.cpp | 424 void SymbolFileBreakpad::FindFunctions( in FindFunctions() function in SymbolFileBreakpad 445 void SymbolFileBreakpad::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFileBreakpad
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 265 void FindFunctions(ConstString name, lldb::FunctionNameType name_type_mask, 275 void FindFunctions(const RegularExpression &name,
|
| H A D | Module.h | 312 void FindFunctions(const LookupInfo &lookup_info, 335 void FindFunctions(ConstString name, 353 void FindFunctions(const RegularExpression ®ex,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | SymbolFileOnDemand.h | 142 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info, 147 void FindFunctions(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFile.h | 283 virtual void FindFunctions(const Module::LookupInfo &lookup_info, 286 virtual void FindFunctions(const RegularExpression ®ex,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 123 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info, 128 void FindFunctions(const lldb_private::RegularExpression ®ex,
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ModuleList.cpp | 423 void ModuleList::FindFunctions(ConstString name, in FindFunctions() function in ModuleList 434 module_sp->FindFunctions(lookup_info, CompilerDeclContext(), options, in FindFunctions() 445 module_sp->FindFunctions(name, CompilerDeclContext(), name_type_mask, in FindFunctions() 477 void ModuleList::FindFunctions(const RegularExpression &name, in FindFunctions() function in ModuleList 482 module_sp->FindFunctions(name, options, sc_list); in FindFunctions()
|
| H A D | Module.cpp | 829 void Module::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() function in Module 835 symbols->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions() 848 void Module::FindFunctions(ConstString name, in FindFunctions() function in Module 855 FindFunctions(lookup_info, parent_decl_ctx, options, sc_list); in FindFunctions() 863 void Module::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in Module 869 symbols->FindFunctions(regex, options.include_inlines, sc_list); in FindFunctions()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 134 void FindFunctions(const Module::LookupInfo &lookup_info, 138 void FindFunctions(const RegularExpression ®ex, bool include_inlines,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBModule.h | 169 FindFunctions(const char *name,
|
| H A D | SBTarget.h | 419 FindFunctions(const char *name,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 118 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info, 122 void FindFunctions(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFileDWARF.h | 185 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info, 190 void FindFunctions(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1058 void SymbolFileDWARFDebugMap::FindFunctions( in FindFunctions() function in SymbolFileDWARFDebugMap 1068 oso_dwarf->FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions() 1078 void SymbolFileDWARFDebugMap::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFileDWARFDebugMap 1088 oso_dwarf->FindFunctions(regex, include_inlines, sc_list); in FindFunctions()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBModule.i | 267 matches.") FindFunctions; 269 FindFunctions (const char *name,
|
| H A D | SBTarget.i | 449 the symbol contexts for all the matches.") FindFunctions; 451 FindFunctions (const char *name,
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 277 context.module_sp->FindFunctions(lookup, CompilerDeclContext(), in SearchCallback() 289 context.module_sp->FindFunctions(m_regex, function_options, func_list); in SearchCallback()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBModule.cpp | 386 lldb::SBSymbolContextList SBModule::FindFunctions(const char *name, in FindFunctions() function in SBModule 398 module_sp->FindFunctions(ConstString(name), CompilerDeclContext(), type, in FindFunctions()
|
| H A D | SBTarget.cpp | 1690 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions() function in SBTarget 1707 target_sp->GetImages().FindFunctions(ConstString(name), mask, in FindFunctions() 1729 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions() 1734 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), in FindGlobalFunctions() 1738 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 386 module_list.FindFunctions(name, eFunctionNameTypeAuto, function_options, in DumpLinesInFunctions() 889 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions() 894 target->GetImages().FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 998 m_target->GetImages().FindFunctions(instance_method_name, in FindObjCMethodDecls() 1011 m_target->GetImages().FindFunctions(class_method_name, in FindObjCMethodDecls() 1024 m_target->GetImages().FindFunctions(selector_name, in FindObjCMethodDecls()
|