Home
last modified time | relevance | path

Searched defs:metaclass (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.h22 constexpr const char metaclass[] = "_OBJC_METACLASS_$_"; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp563 AppleObjCRuntime::ClassDescriptorSP metaclass(GetMetaclass()); in Describe() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6427 bool metaclass = ((flags & CLS_META) != 0); in Write__class_ro_t_initializer() local
6471 const ObjCInterfaceDecl *CDecl, bool metaclass) { in Write_class_t()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1774 auto *metaclass = metaclassFields.finishAndCreateGlobal( in GenerateClass() local
H A DCGObjCMac.cpp7361 bool metaclass, in GetClassGlobal()