| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | SymbolFile.cpp | 118 uint32_t SymbolFile::FindFunctions(const ConstString &name, in FindFunctions() function in SymbolFile 128 uint32_t SymbolFile::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFile
|
| H A D | SymbolVendor.cpp | 284 size_t SymbolVendor::FindFunctions(const ConstString &name, in FindFunctions() function in SymbolVendor 293 return m_sym_file_ap->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 299 size_t SymbolVendor::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolVendor 306 return m_sym_file_ap->FindFunctions(regex, include_inlines, append, in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 107 uint32_t FindFunctions(const ConstString &name, 113 uint32_t FindFunctions(const RegularExpression ®ex, bool include_inlines,
|
| H A D | SymbolFileBreakpad.cpp | 136 uint32_t SymbolFileBreakpad::FindFunctions( in FindFunctions() function in SymbolFileBreakpad 146 uint32_t SymbolFileBreakpad::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFileBreakpad
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | SymbolVendor.h | 91 virtual size_t FindFunctions(const ConstString &name, 97 virtual size_t FindFunctions(const RegularExpression ®ex,
|
| H A D | SymbolFile.h | 187 virtual uint32_t FindFunctions(const ConstString &name, 192 virtual uint32_t FindFunctions(const RegularExpression ®ex,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | AddressResolverName.cpp | 96 context.module_sp->FindFunctions(m_func_name, nullptr, in SearchCallback() 106 context.module_sp->FindFunctions(m_regex, include_symbols, in SearchCallback()
|
| H A D | ModuleList.cpp | 347 size_t ModuleList::FindFunctions(const ConstString &name, in FindFunctions() function in ModuleList 363 (*pos)->FindFunctions(lookup_info.GetLookupName(), nullptr, in FindFunctions() 376 (*pos)->FindFunctions(name, nullptr, name_type_mask, include_symbols, in FindFunctions() 413 size_t ModuleList::FindFunctions(const RegularExpression &name, in FindFunctions() function in ModuleList 421 (*pos)->FindFunctions(name, include_symbols, include_inlines, append, in FindFunctions()
|
| H A D | Module.cpp | 798 size_t Module::FindFunctions(const ConstString &name, in FindFunctions() function in Module 815 symbols->FindFunctions(lookup_info.GetLookupName(), parent_decl_ctx, in FindFunctions() 835 symbols->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 851 size_t Module::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in Module 861 symbols->FindFunctions(regex, include_inlines, append, sc_list); in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 49 const uint32_t count = process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap() 137 const uint32_t count = process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 303 size_t FindFunctions(const ConstString &name, 318 size_t FindFunctions(const RegularExpression &name, bool include_symbols,
|
| H A D | Module.h | 382 size_t FindFunctions(const ConstString &name, 409 size_t FindFunctions(const RegularExpression ®ex, bool symbols_ok,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 124 FindFunctions(const lldb_private::ConstString &name, 129 uint32_t FindFunctions(const lldb_private::RegularExpression ®ex,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 133 uint32_t FindFunctions(const ConstString &name, 139 uint32_t FindFunctions(const RegularExpression ®ex, bool include_inlines,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 111 FindFunctions(const lldb_private::ConstString &name, 115 uint32_t FindFunctions(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFileDWARF.h | 182 FindFunctions(const lldb_private::ConstString &name, 187 uint32_t FindFunctions(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 998 uint32_t SymbolFileDWARFDebugMap::FindFunctions( in FindFunctions() function in SymbolFileDWARFDebugMap 1015 if (oso_dwarf->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 1026 uint32_t SymbolFileDWARFDebugMap::FindFunctions(const RegularExpression ®ex, in FindFunctions() function in SymbolFileDWARFDebugMap 1044 if (oso_dwarf->FindFunctions(regex, include_inlines, true, sc_list)) { in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBModule.h | 178 FindFunctions(const char *name,
|
| H A D | SBTarget.h | 442 FindFunctions(const char *name,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 277 context.module_sp->FindFunctions( in SearchCallback() 290 context.module_sp->FindFunctions( in SearchCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | CPPLanguageRuntime.cpp | 226 target.GetImages().FindFunctions(RegularExpression{func_to_match}, true, true, in FindLibCppStdFunctionCallableInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModule.cpp | 360 lldb::SBSymbolContextList SBModule::FindFunctions(const char *name, in FindFunctions() function in SBModule 369 module_sp->FindFunctions(ConstString(name), NULL, type, symbols_ok, in FindFunctions()
|
| H A D | SBTarget.cpp | 1734 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions() function in SBTarget 1748 target_sp->GetImages().FindFunctions(ConstString(name), mask, symbols_ok, in FindFunctions() 1764 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), true, in FindGlobalFunctions() 1769 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions() 1773 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 411 module_list.FindFunctions(name, eFunctionNameTypeAuto, in DumpLinesInFunctions() 925 num_matches += matching_modules.FindFunctions( in FindMatchingFunctions() 931 num_matches = target->GetImages().FindFunctions( in FindMatchingFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 849 sc.module_sp->FindFunctions(spec.name, NULL, spec.mask, in FindInSymbols() 865 sc.target_sp->GetImages().FindFunctions(spec.name, spec.mask, in FindInSymbols()
|