Searched refs:function_address (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlanCallFunctionUsingABI.h | 32 const Address &function_address,
|
| H A D | Target.h | 1176 const Address &function_address,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.h | 117 const Address &function_address,
|
| /freebsd-14.2/contrib/llvm-project/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() 172 eLanguageTypeObjC, return_compiler_type, *function_address, in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 2040 Address function_address; in UpdateISAToDescriptorMap() local 2305 Address function_address; in UpdateISAToDescriptorMap() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | FunctionCaller.h | 82 const Address &function_address,
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeSystem.h | 479 const Address &function_address, in GetFunctionCaller() argument
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1283 const Address &function_address,
|
| H A D | TypeSystemClang.cpp | 9538 const CompilerType &return_type, const Address &function_address, in GetFunctionCaller() argument 9548 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2545 const Address &function_address, const ValueList &arg_value_list, in GetFunctionCallerForLanguage() argument 2562 auto *persistent_fn = ts->GetFunctionCaller(return_type, function_address, in GetFunctionCallerForLanguage()
|