Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp57 m_objc_trampoline_handler_up(), m_Foundation_major() { in AppleObjCRuntime()
329 if (!m_Foundation_major) { in GetFoundationVersion()
337 m_Foundation_major = module_sp->GetVersion().getMajor(); in GetFoundationVersion()
338 return *m_Foundation_major; in GetFoundationVersion()
343 return *m_Foundation_major; in GetFoundationVersion()
H A DAppleObjCRuntime.h130 std::optional<uint32_t> m_Foundation_major; variable