Searched refs:function_address (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ThreadPlanCallFunctionUsingABI.h | 33 const Address &function_address,
|
| H A D | Target.h | 1059 const Address &function_address,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.h | 120 const Address &function_address,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 102 const Address *function_address = GetPrintForDebuggerAddr(); in GetObjectDescription() local 103 if (!function_address) in GetObjectDescription() 154 eLanguageTypeObjC, return_compiler_type, *function_address, in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1288 Address function_address; in UpdateISAToDescriptorMapDynamic() local 1542 Address function_address; in UpdateISAToDescriptorMapSharedCache() local
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | FunctionCaller.h | 84 const Address &function_address,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | TypeSystem.h | 457 const Address &function_address, in GetFunctionCaller() argument
|
| H A D | ClangASTContext.h | 1070 const Address &function_address,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 2230 const Address &function_address, const ValueList &arg_value_list, in GetFunctionCallerForLanguage() argument 2245 persistent_fn = type_system->GetFunctionCaller(return_type, function_address, in GetFunctionCallerForLanguage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 10333 const CompilerType &return_type, const Address &function_address, in GetFunctionCaller() argument 10343 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
|