Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h33 const Address &function_address,
H A DTarget.h1059 const Address &function_address,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h120 const Address &function_address,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp102 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 DAppleObjCRuntimeV2.cpp1288 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 DFunctionCaller.h84 const Address &function_address,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h457 const Address &function_address, in GetFunctionCaller() argument
H A DClangASTContext.h1070 const Address &function_address,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2230 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 DClangASTContext.cpp10333 const CompilerType &return_type, const Address &function_address, in GetFunctionCaller() argument
10343 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()