Home
last modified time | relevance | path

Searched refs:GetSharedCacheImageHeaderVersion (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h107 std::optional<uint64_t> GetSharedCacheImageHeaderVersion();
H A DAppleObjCClassDescriptorV2.cpp519 m_last_version_updated = m_runtime.GetSharedCacheImageHeaderVersion(); in ProcessRelativeMethodLists()
H A DAppleObjCRuntimeV2.cpp3390 std::optional<uint64_t> AppleObjCRuntimeV2::GetSharedCacheImageHeaderVersion() { in GetSharedCacheImageHeaderVersion() function in AppleObjCRuntimeV2