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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h273 bool m_update_ran; member in struct:lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult
277 m_update_ran = ran;
H A DAppleObjCRuntimeV2.cpp1910 dynamic_update_result.m_update_ran ? "yes" : "no",
1912 shared_cache_update_result.m_update_ran ? "yes" : "no",
1918 if ((!shared_cache_update_result.m_update_ran) ||
1919 (!dynamic_update_result.m_update_ran))

Completed in 121 milliseconds