Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp47 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
141 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp116 void SymbolFile::FindFunctions(ConstString name, in FindFunctions() function in SymbolFile
122 void SymbolFile::FindFunctions(const RegularExpression &regex, in FindFunctions() function in SymbolFile
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h111 void FindFunctions(ConstString name,
116 void FindFunctions(const RegularExpression &regex, bool include_inlines,
H A DSymbolFileBreakpad.cpp295 void SymbolFileBreakpad::FindFunctions( in FindFunctions() function in SymbolFileBreakpad
302 void SymbolFileBreakpad::FindFunctions(const RegularExpression &regex, in FindFunctions() function in SymbolFileBreakpad
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h226 virtual void FindFunctions(ConstString name,
230 virtual void FindFunctions(const RegularExpression &regex,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h254 void FindFunctions(ConstString name, lldb::FunctionNameType name_type_mask,
264 void FindFunctions(const RegularExpression &name, bool include_symbols,
H A DModule.h305 void FindFunctions(ConstString name,
322 void FindFunctions(const RegularExpression &regex, bool symbols_ok,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h122 void FindFunctions(lldb_private::ConstString name,
128 void FindFunctions(const lldb_private::RegularExpression &regex,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h130 void FindFunctions(ConstString name,
135 void FindFunctions(const RegularExpression &regex, bool include_inlines,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp365 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 DModule.cpp796 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 &regex, 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 DSBModule.cpp392 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 DSBTarget.cpp1821 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 DSymbolFileDWARFDebugMap.h112 void FindFunctions(lldb_private::ConstString name,
117 void FindFunctions(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARF.h179 void FindFunctions(lldb_private::ConstString name,
185 void FindFunctions(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARFDebugMap.cpp1014 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 &regex, 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 DSBModule.h167 FindFunctions(const char *name,
H A DSBTarget.h412 FindFunctions(const char *name,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i257 matches.") FindFunctions;
259 FindFunctions (const char *name,
H A DSBTarget.i443 the symbol contexts for all the matches.") FindFunctions;
445 FindFunctions (const char *name,
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp275 context.module_sp->FindFunctions( in SearchCallback()
289 context.module_sp->FindFunctions( in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp381 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 DCommandObjectDisassemble.cpp330 GetSelectedTarget().GetImages().FindFunctions( in GetNameRanges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp989 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 DIRExecutionUnit.cpp858 sc.module_sp->FindFunctions(spec.name, CompilerDeclContext(), spec.mask, in FindInSymbols()
873 sc.target_sp->GetImages().FindFunctions(spec.name, spec.mask, in FindInSymbols()

12