Searched refs:function_address (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | ThreadPlanCallFunctionUsingABI.h | 32 const Address &function_address,
|
| H A D | Target.h | 1141 const Address &function_address,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.h | 114 const Address &function_address,
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 113 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 D | AppleObjCRuntimeV2.cpp | 1885 Address function_address; in UpdateISAToDescriptorMap() local 2147 Address function_address; in UpdateISAToDescriptorMap() local
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | FunctionCaller.h | 82 const Address &function_address,
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestLldbGdbServer.py | 806 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 D | gdbremote_testcase.py | 1436 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 D | TypeSystem.h | 475 const Address &function_address, in GetFunctionCaller() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1185 const Address &function_address,
|
| H A D | TypeSystemClang.cpp | 9904 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 D | Target.cpp | 2383 const Address &function_address, const ValueList &arg_value_list, in GetFunctionCallerForLanguage() argument 2395 return_type, function_address, arg_value_list, name); in GetFunctionCallerForLanguage()
|