Home
last modified time | relevance | path

Searched refs:HasReadObjCLibrary (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h91 bool HasReadObjCLibrary() override { return m_objc_module_sp != nullptr; } in HasReadObjCLibrary() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h69 bool HasReadObjCLibrary() override { return m_read_objc_library; } in HasReadObjCLibrary() function
H A DAppleObjCRuntime.cpp607 if (!HasReadObjCLibrary()) { in ReadObjCLibraryIfNeeded()
H A DAppleObjCRuntimeV2.cpp3399 if (HasReadObjCLibrary() && m_shared_cache_image_headers_up) in ModulesDidLoad()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h252 virtual bool HasReadObjCLibrary() = 0;
H A DObjCLanguageRuntime.cpp232 if (!HasReadObjCLibrary()) { in ReadObjCLibraryIfNeeded()