Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp50 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
147 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp357 void SymbolFileOnDemand::FindFunctions(const RegularExpression &regex, 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 DSymbolFile.cpp123 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() function in SymbolFile
128 void SymbolFile::FindFunctions(const RegularExpression &regex, in FindFunctions() function in SymbolFile
/openbsd-src/gnu/llvm/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,
H A DSymbolFileBreakpad.cpp424 void SymbolFileBreakpad::FindFunctions( in FindFunctions() function in SymbolFileBreakpad
445 void SymbolFileBreakpad::FindFunctions(const RegularExpression &regex, in FindFunctions() function in SymbolFileBreakpad
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h265 void FindFunctions(ConstString name, lldb::FunctionNameType name_type_mask,
275 void FindFunctions(const RegularExpression &name,
H A DModule.h312 void FindFunctions(const LookupInfo &lookup_info,
335 void FindFunctions(ConstString name,
353 void FindFunctions(const RegularExpression &regex,
/openbsd-src/gnu/llvm/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.h283 virtual void FindFunctions(const Module::LookupInfo &lookup_info,
286 virtual void FindFunctions(const RegularExpression &regex,
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp423 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 DModule.cpp829 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 &regex, 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 DSymbolFileNativePDB.h134 void FindFunctions(const Module::LookupInfo &lookup_info,
138 void FindFunctions(const RegularExpression &regex, bool include_inlines,
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h169 FindFunctions(const char *name,
H A DSBTarget.h419 FindFunctions(const char *name,
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h118 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
122 void FindFunctions(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARF.h185 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
190 void FindFunctions(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARFDebugMap.cpp1058 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 &regex, 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 DSBModule.i267 matches.") FindFunctions;
269 FindFunctions (const char *name,
H A DSBTarget.i449 the symbol contexts for all the matches.") FindFunctions;
451 FindFunctions (const char *name,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp1690 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 DCommandObjectSource.cpp386 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 DClangASTSource.cpp998 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()

12