Home
last modified time | relevance | path

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

12

/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_module.py19 sc_list = obj.FindFunctions("my_func")
20 sc_list = obj.FindFunctions("my_func", lldb.eFunctionNameTypeAny)
H A Dsb_target.py23 sc_list = obj.FindFunctions("the_func")
24 sc_list = obj.FindFunctions("the_func", lldb.eFunctionNameTypeAny)
/llvm-project/lldb/test/API/functionalities/disassemble/aarch64-adrp-add/
H A DTestAArch64AdrpAdd.py22 mains = target.FindFunctions("main")
39 mains = target.FindFunctions("main")
/llvm-project/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py114 mainfile = target.FindFunctions("main")[0].compile_unit.file
127 for elem in target.FindFunctions(cmd[1]):
/llvm-project/lldb/include/lldb/Core/
H A DModule.h64 /// Options used by Module::FindFunctions. This cannot be a nested class
312 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,
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp49 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
146 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/llvm-project/lldb/unittests/Target/
H A DLocateModuleCallbackTest.cpp158 SymbolContextList FindFunctions(const ModuleSP &module_sp, in FindFunctions() function
165 module_sp->FindFunctions(ConstString(name), CompilerDeclContext(), type, in FindFunctions()
171 SymbolContextList sc_list = FindFunctions(module_sp, k_function_symbol); in CheckStrippedSymbol()
174 sc_list = FindFunctions(module_sp, k_hidden_function_symbol); in CheckStrippedSymbol()
179 SymbolContextList sc_list = FindFunctions(module_sp, k_function_symbol); in CheckUnstrippedSymbol()
182 sc_list = FindFunctions(module_sp, k_hidden_function_symbol); in CheckUnstrippedSymbol()
/llvm-project/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.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
/llvm-project/lldb/bindings/interface/
H A DSBModuleDocstrings.i151 ) lldb::SBModule::FindFunctions;
H A DSBTargetDocstrings.i284 ) lldb::SBTarget::FindFunctions;
/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,
/llvm-project/lldb/source/Core/
H A DModule.cpp831 void Module::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions()
837 symbols->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions()
850 void Module::FindFunctions(ConstString name, in FindFunctions()
857 FindFunctions(lookup_info, parent_decl_ctx, options, sc_list);
865 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, in FindFunctions()
874 FindFunctions(name, CompilerDeclContext(), name_type_mask, options,
882 void Module::FindFunctions(const RegularExpression &regex, in FindFunctions()
888 symbols->FindFunctions(regex, options.include_inlines, sc_list); in FindFunctions()
824 void Module::FindFunctions(const Module::LookupInfo &lookup_info, FindFunctions() function in Module
843 void Module::FindFunctions(ConstString name, FindFunctions() function in Module
858 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, FindFunctions() function in Module
875 void Module::FindFunctions(const RegularExpression &regex, FindFunctions() function in Module
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()
/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,
/llvm-project/lldb/test/API/python_api/name_lookup/
H A DTestNameLookup.py55 symbol_contexts = target.FindFunctions(mangled, lldb.eFunctionNameTypeFull)
/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,
/llvm-project/lldb/test/API/python_api/sbplatform/
H A DTestLocateModuleCallback.py82 sc_list = module.FindFunctions(MODULE_FUNCTION, lldb.eSymbolTypeCode)
84 sc_list = module.FindFunctions(MODULE_HIDDEN_FUNCTION, lldb.eSymbolTypeCode)
/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,
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/
H A DTestAvoidBreakpointInDelaySlot.py32 list = target.FindFunctions("foo", lldb.eFunctionNameTypeAuto)
/llvm-project/lldb/test/API/python_api/symbol-context/two-files/
H A DTestSymbolContextTwoFiles.py24 sc_list = module.FindFunctions(symbol_name, lldb.eSymbolTypeCode)
/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,
/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,
/llvm-project/lldb/include/lldb/API/
H A DSBModule.h169 FindFunctions(const char *name,

12