Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetThreadItemInfoHandler.cpp106 : m_process(process), m_get_thread_item_info_impl_code(), in AppleGetThreadItemInfoHandler()
154 if (!m_get_thread_item_info_impl_code) { in SetupGetThreadItemInfoFunction()
166 m_get_thread_item_info_impl_code = std::move(*utility_fn_or_error); in SetupGetThreadItemInfoFunction()
180 m_get_thread_item_info_impl_code->MakeFunctionCaller( in SetupGetThreadItemInfoFunction()
188 m_get_thread_item_info_impl_code.reset(); in SetupGetThreadItemInfoFunction()
194 m_get_thread_item_info_impl_code->GetFunctionCaller(); in SetupGetThreadItemInfoFunction()
340 if (!m_get_thread_item_info_impl_code) { in GetThreadItemInfo()
347 m_get_thread_item_info_impl_code->GetFunctionCaller(); in GetThreadItemInfo()
H A DAppleGetThreadItemInfoHandler.h101 std::unique_ptr<UtilityFunction> m_get_thread_item_info_impl_code; variable