Searched refs:function_address (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_interception.cpp | 35 const uptr function_address = in GetSanitizerDllExport() local 37 if (function_address == 0) { in GetSanitizerDllExport() 41 return function_address; in GetSanitizerDllExport()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlanCallFunctionUsingABI.h | 32 const Address &function_address,
|
| H A D | Target.h | 1230 const Address &function_address,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.h | 117 const Address &function_address,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 117 const Address *function_address = GetPrintForDebuggerAddr(); in GetObjectDescription() local 118 if (!function_address) in GetObjectDescription() 176 eLanguageTypeObjC, return_compiler_type, *function_address, in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 2032 Address function_address; in UpdateISAToDescriptorMap() local 2297 Address function_address; in UpdateISAToDescriptorMap() local
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | FunctionCaller.h | 82 const Address &function_address,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeSystem.h | 515 const Address &function_address, in GetFunctionCaller() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1335 const Address &function_address,
|
| H A D | TypeSystemClang.cpp | 9678 const CompilerType &return_type, const Address &function_address, in GetFunctionCaller() argument 9688 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2720 const Address &function_address, const ValueList &arg_value_list, in GetFunctionCallerForLanguage() argument 2737 auto *persistent_fn = ts->GetFunctionCaller(return_type, function_address, in GetFunctionCallerForLanguage()
|