Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp118 uint32_t SymbolFile::FindFunctions(const ConstString &name, in FindFunctions() function in SymbolFile
128 uint32_t SymbolFile::FindFunctions(const RegularExpression &regex, in FindFunctions() function in SymbolFile
H A DSymbolVendor.cpp284 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 &regex, 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 DSymbolFileBreakpad.h107 uint32_t FindFunctions(const ConstString &name,
113 uint32_t FindFunctions(const RegularExpression &regex, bool include_inlines,
H A DSymbolFileBreakpad.cpp136 uint32_t SymbolFileBreakpad::FindFunctions( in FindFunctions() function in SymbolFileBreakpad
146 uint32_t SymbolFileBreakpad::FindFunctions(const RegularExpression &regex, in FindFunctions() function in SymbolFileBreakpad
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolVendor.h91 virtual size_t FindFunctions(const ConstString &name,
97 virtual size_t FindFunctions(const RegularExpression &regex,
H A DSymbolFile.h187 virtual uint32_t FindFunctions(const ConstString &name,
192 virtual uint32_t FindFunctions(const RegularExpression &regex,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp96 context.module_sp->FindFunctions(m_func_name, nullptr, in SearchCallback()
106 context.module_sp->FindFunctions(m_regex, include_symbols, in SearchCallback()
H A DModuleList.cpp347 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 DModule.cpp798 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 &regex, 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 DInferiorCallPOSIX.cpp49 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 DModuleList.h303 size_t FindFunctions(const ConstString &name,
318 size_t FindFunctions(const RegularExpression &name, bool include_symbols,
H A DModule.h382 size_t FindFunctions(const ConstString &name,
409 size_t FindFunctions(const RegularExpression &regex, bool symbols_ok,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h124 FindFunctions(const lldb_private::ConstString &name,
129 uint32_t FindFunctions(const lldb_private::RegularExpression &regex,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h133 uint32_t FindFunctions(const ConstString &name,
139 uint32_t FindFunctions(const RegularExpression &regex, bool include_inlines,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h111 FindFunctions(const lldb_private::ConstString &name,
115 uint32_t FindFunctions(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARF.h182 FindFunctions(const lldb_private::ConstString &name,
187 uint32_t FindFunctions(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARFDebugMap.cpp998 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 &regex, 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 DSBModule.h178 FindFunctions(const char *name,
H A DSBTarget.h442 FindFunctions(const char *name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp277 context.module_sp->FindFunctions( in SearchCallback()
290 context.module_sp->FindFunctions( in SearchCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp226 target.GetImages().FindFunctions(RegularExpression{func_to_match}, true, true, in FindLibCppStdFunctionCallableInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp360 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 DSBTarget.cpp1734 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 DCommandObjectSource.cpp411 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 DIRExecutionUnit.cpp849 sc.module_sp->FindFunctions(spec.name, NULL, spec.mask, in FindInSymbols()
865 sc.target_sp->GetImages().FindFunctions(spec.name, spec.mask, in FindInSymbols()

12