/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 49 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap() 146 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
|
/freebsd/contrib/llvm-project/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 | 124 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() function in SymbolFile 129 void SymbolFile::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFile
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBModuleDocstrings.i | 151 ) lldb::SBModule::FindFunctions;
|
H A D | SBTargetDocstrings.i | 284 ) lldb::SBTarget::FindFunctions;
|
/freebsd/contrib/llvm-project/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 | 426 void SymbolFileBreakpad::FindFunctions( in FindFunctions() function in SymbolFileBreakpad 447 void SymbolFileBreakpad::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFileBreakpad
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 63 /// Options used by Module::FindFunctions. This cannot be a nested class 311 void FindFunctions(const LookupInfo &lookup_info, 334 void FindFunctions(ConstString name, 341 void FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, 358 void FindFunctions(const RegularExpression ®ex,
|
H A D | ModuleList.h | 286 void FindFunctions(ConstString name, lldb::FunctionNameType name_type_mask, 296 void FindFunctions(const RegularExpression &name,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 824 void Module::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() function in Module 830 symbols->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions() 843 void Module::FindFunctions(ConstString name, in FindFunctions() function in Module 850 FindFunctions(lookup_info, parent_decl_ctx, options, sc_list); in FindFunctions() 858 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, in FindFunctions() function in Module 867 FindFunctions(name, CompilerDeclContext(), name_type_mask, options, in FindFunctions() 875 void Module::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in Module 881 symbols->FindFunctions(regex, options.include_inlines, sc_list); in FindFunctions()
|
H A D | ModuleList.cpp | 441 void ModuleList::FindFunctions(ConstString name, in FindFunctions() function in ModuleList 452 module_sp->FindFunctions(lookup_info, CompilerDeclContext(), options, in FindFunctions() 463 module_sp->FindFunctions(name, CompilerDeclContext(), name_type_mask, in FindFunctions() 495 void ModuleList::FindFunctions(const RegularExpression &name, in FindFunctions() function in ModuleList 500 module_sp->FindFunctions(name, options, sc_list); in FindFunctions()
|
/freebsd/contrib/llvm-project/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 | 299 virtual void FindFunctions(const Module::LookupInfo &lookup_info, 302 virtual void FindFunctions(const RegularExpression ®ex,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.h | 114 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info, 119 void FindFunctions(const lldb_private::RegularExpression ®ex,
|
/freebsd/contrib/llvm-project/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,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.h | 117 void FindFunctions(const Module::LookupInfo &lookup_info, 120 void FindFunctions(const RegularExpression ®ex, bool include_inlines,
|
H A D | SymbolFileDWARF.h | 178 void FindFunctions(const Module::LookupInfo &lookup_info, 182 void FindFunctions(const RegularExpression ®ex, bool include_inlines,
|
H A D | SymbolFileDWARFDebugMap.cpp | 1075 void SymbolFileDWARFDebugMap::FindFunctions( in FindFunctions() function in SymbolFileDWARFDebugMap 1085 oso_dwarf->FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions() 1095 void SymbolFileDWARFDebugMap::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFileDWARFDebugMap 1105 oso_dwarf->FindFunctions(regex, include_inlines, sc_list); in FindFunctions()
|
/freebsd/contrib/llvm-project/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,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBModule.h | 169 FindFunctions(const char *name,
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverName.cpp | 245 // "FindFunctions". 275 context.module_sp->FindFunctions(lookup, CompilerDeclContext(), in SearchCallback() 287 context.module_sp->FindFunctions(m_regex, function_options, func_list); in SearchCallback()
|
/freebsd/contrib/llvm-project/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 | 1750 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions() function in SBTarget 1767 target_sp->GetImages().FindFunctions(ConstString(name), mask, in FindFunctions() 1789 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions() 1793 target_sp->GetImages().FindFunctions( in FindGlobalFunctions() 1799 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), in FindGlobalFunctions() 1803 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 384 module_list.FindFunctions(name, eFunctionNameTypeAuto, function_options, in DumpLinesInFunctions() 885 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions() 890 target->GetImages().FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 940 m_target->GetImages().FindFunctions(instance_method_name, in FindObjCMethodDecls() 953 m_target->GetImages().FindFunctions(class_method_name, in FindObjCMethodDecls() 966 m_target->GetImages().FindFunctions(selector_name, in FindObjCMethodDecls()
|