Home
last modified time | relevance | path

Searched refs:m_impl_code (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp714 if (!m_impl_code) { in SetupDispatchFunction()
725 m_impl_code = std::move(*utility_fn_or_error); in SetupDispatchFunction()
741 impl_function_caller = m_impl_code->MakeFunctionCaller( in SetupDispatchFunction()
750 impl_function_caller = m_impl_code->GetFunctionCaller(); in SetupDispatchFunction()
1178 return m_impl_code->GetFunctionCaller(); in GetLookupImplementationFunctionCaller()
H A DAppleObjCTrampolineHandler.h158 std::unique_ptr<UtilityFunction> m_impl_code; variable