Home
last modified time | relevance | path

Searched refs:function_address (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h32 const Address &function_address,
H A DTarget.h1141 const Address &function_address,
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h114 const Address &function_address,
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp113 const Address *function_address = GetPrintForDebuggerAddr(); in GetObjectDescription() local
114 if (!function_address) in GetObjectDescription()
171 eLanguageTypeObjC, return_compiler_type, *function_address, in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1885 Address function_address; in UpdateISAToDescriptorMap() local
2147 Address function_address; in UpdateISAToDescriptorMap() local
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DFunctionCaller.h82 const Address &function_address,
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestLldbGdbServer.py806 function_address = int(context.get("function_address"), 16)
827 function_address,
871 self.assertEqual(returned_pc, function_address)
879 function_address,
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py1436 function_address = int(context.get("function_address"), 16)
1453 function_address,
1462 function_address, breakpoint_kind=BREAKPOINT_KIND)
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h475 const Address &function_address, in GetFunctionCaller() argument
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1185 const Address &function_address,
H A DTypeSystemClang.cpp9904 const CompilerType &return_type, const Address &function_address, in GetFunctionCaller() argument
9914 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2383 const Address &function_address, const ValueList &arg_value_list, in GetFunctionCallerForLanguage() argument
2395 return_type, function_address, arg_value_list, name); in GetFunctionCallerForLanguage()