Searched refs:m_print_object_caller_up (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp154 if (!m_print_object_caller_up) {
156 m_print_object_caller_up.reset(
161 m_print_object_caller_up.reset();
167 m_print_object_caller_up->InsertFunction(exe_ctx, wrapper_struct_addr,
170 m_print_object_caller_up->WriteFunctionArguments(
182 ExpressionResults results = m_print_object_caller_up->ExecuteFunction(
H A DAppleObjCRuntime.h124 std::unique_ptr<FunctionCaller> m_print_object_caller_up; member in class:lldb_private::AppleObjCRuntime

Completed in 120 milliseconds