Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetThreadItemInfoHandler.cpp105 : m_process(process), m_get_thread_item_info_impl_code(), in AppleGetThreadItemInfoHandler()
153 if (!m_get_thread_item_info_impl_code) { in SetupGetThreadItemInfoFunction()
165 m_get_thread_item_info_impl_code = std::move(*utility_fn_or_error); in SetupGetThreadItemInfoFunction()
179 m_get_thread_item_info_impl_code->MakeFunctionCaller( in SetupGetThreadItemInfoFunction()
187 m_get_thread_item_info_impl_code.reset(); in SetupGetThreadItemInfoFunction()
193 m_get_thread_item_info_impl_code->GetFunctionCaller(); in SetupGetThreadItemInfoFunction()
339 if (!m_get_thread_item_info_impl_code) { in GetThreadItemInfo()
346 m_get_thread_item_info_impl_code->GetFunctionCaller(); in GetThreadItemInfo()
DAppleGetThreadItemInfoHandler.h102 std::unique_ptr<UtilityFunction> m_get_thread_item_info_impl_code; variable