Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h32 const Address &function_address,
H A DTarget.h1084 const Address &function_address,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h115 const Address &function_address,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp112 const Address *function_address = GetPrintForDebuggerAddr(); in GetObjectDescription() local
113 if (!function_address) in GetObjectDescription()
170 eLanguageTypeObjC, return_compiler_type, *function_address, in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1756 Address function_address; in UpdateISAToDescriptorMap() local
1985 Address function_address; in UpdateISAToDescriptorMap() local
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h82 const Address &function_address,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h466 const Address &function_address, in GetFunctionCaller() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1184 const Address &function_address,
H A DTypeSystemClang.cpp9775 const CompilerType &return_type, const Address &function_address, in GetFunctionCaller() argument
9785 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2297 const Address &function_address, const ValueList &arg_value_list, in GetFunctionCallerForLanguage() argument
2309 return_type, function_address, arg_value_list, name); in GetFunctionCallerForLanguage()