Home
last modified time | relevance | path

Searched refs:FindFunctions (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h312 void FindFunctions(const LookupInfo &lookup_info,
335 void FindFunctions(ConstString name,
342 void FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx,
359 void FindFunctions(const RegularExpression &regex,
H A DModuleList.h286 void FindFunctions(ConstString name, lldb::FunctionNameType name_type_mask,
296 void FindFunctions(const RegularExpression &name,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp49 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
141 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp358 void SymbolFileOnDemand::FindFunctions(const RegularExpression &regex, in FindFunctions() function in SymbolFileOnDemand
385 return m_sym_file_impl->FindFunctions(regex, include_inlines, sc_list); in FindFunctions()
388 void SymbolFileOnDemand::FindFunctions( in FindFunctions() function in SymbolFileOnDemand
418 return m_sym_file_impl->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions()
H A DSymbolFile.cpp124 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() function in SymbolFile
129 void SymbolFile::FindFunctions(const RegularExpression &regex, in FindFunctions() function in SymbolFile
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleDocstrings.i151 ) lldb::SBModule::FindFunctions;
H A DSBTargetDocstrings.i284 ) lldb::SBTarget::FindFunctions;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h114 void FindFunctions(const Module::LookupInfo &lookup_info,
118 void FindFunctions(const RegularExpression &regex, bool include_inlines,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp808 void Module::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() function in Module
814 symbols->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions()
827 void Module::FindFunctions(ConstString name, in FindFunctions() function in Module
834 FindFunctions(lookup_info, parent_decl_ctx, options, sc_list); in FindFunctions()
842 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, in FindFunctions() function in Module
851 FindFunctions(name, CompilerDeclContext(), name_type_mask, options, in FindFunctions()
859 void Module::FindFunctions(const RegularExpression &regex, in FindFunctions() function in Module
865 symbols->FindFunctions(regex, options.include_inlines, sc_list); in FindFunctions()
H A DModuleList.cpp441 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 DSymbolFileOnDemand.h142 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
147 void FindFunctions(const lldb_private::RegularExpression &regex,
H A DSymbolFile.h307 virtual void FindFunctions(const Module::LookupInfo &lookup_info,
310 virtual void FindFunctions(const RegularExpression &regex,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h114 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
119 void FindFunctions(const lldb_private::RegularExpression &regex,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h123 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
128 void FindFunctions(const lldb_private::RegularExpression &regex,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h134 void FindFunctions(const Module::LookupInfo &lookup_info,
138 void FindFunctions(const RegularExpression &regex, bool include_inlines,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h117 void FindFunctions(const Module::LookupInfo &lookup_info,
120 void FindFunctions(const RegularExpression &regex, bool include_inlines,
H A DSymbolFileDWARF.h177 void FindFunctions(const Module::LookupInfo &lookup_info,
181 void FindFunctions(const RegularExpression &regex, bool include_inlines,
H A DSymbolFileDWARFDebugMap.cpp1094 void SymbolFileDWARFDebugMap::FindFunctions( in FindFunctions() function in SymbolFileDWARFDebugMap
1104 oso_dwarf.FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions()
1114 void SymbolFileDWARFDebugMap::FindFunctions(const RegularExpression &regex, in FindFunctions() function in SymbolFileDWARFDebugMap
1124 oso_dwarf.FindFunctions(regex, include_inlines, sc_list); in FindFunctions()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h169 FindFunctions(const char *name,
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp277 context.module_sp->FindFunctions(lookup, CompilerDeclContext(), in SearchCallback()
289 context.module_sp->FindFunctions(m_regex, function_options, func_list); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp386 lldb::SBSymbolContextList SBModule::FindFunctions(const char *name, in FindFunctions() function in SBModule
398 module_sp->FindFunctions(ConstString(name), CompilerDeclContext(), type, in FindFunctions()
H A DSBTarget.cpp1712 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions() function in SBTarget
1726 target_sp->GetImages().FindFunctions(ConstString(name), mask, in FindFunctions()
1748 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions()
1752 target_sp->GetImages().FindFunctions( in FindGlobalFunctions()
1758 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), in FindGlobalFunctions()
1762 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp384 module_list.FindFunctions(name, eFunctionNameTypeAuto, function_options, in DumpLinesInFunctions()
877 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
882 target.GetImages().FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp809 sc.module_sp->FindFunctions(name, CompilerDeclContext(), in FindInSymbols()
818 m_preferred_modules.FindFunctions(name, lldb::eFunctionNameTypeFull, in FindInSymbols()
826 non_local_images.FindFunctions(name, lldb::eFunctionNameTypeFull, in FindInSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp941 m_target->GetImages().FindFunctions(instance_method_name, in FindObjCMethodDecls()
954 m_target->GetImages().FindFunctions(class_method_name, in FindObjCMethodDecls()
967 m_target->GetImages().FindFunctions(selector_name, in FindObjCMethodDecls()

12