Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp1497 llvm::Constant *GetClassGlobal(StringRef Name,
1500 llvm::Constant *GetClassGlobal(const ObjCInterfaceDecl *ID,
1974 llvm::Constant *GV = GetClassGlobal(str, NotForDefinition); in getNSConstantStringClassRef()
6438 cast<llvm::GlobalVariable>(GetClassGlobal(CI, isMetaclass, ForDefinition)); in BuildClassObject()
6544 SuperClassGV = GetClassGlobal(CI, /*metaclass*/ false, NotForDefinition); in GenerateClass()
6545 IsAGV = GetClassGlobal(CI, /*metaclass*/ true, NotForDefinition); in GenerateClass()
6553 IsAGV = GetClassGlobal(Root, /*metaclass*/ true, NotForDefinition); in GenerateClass()
6554 SuperClassGV = GetClassGlobal(Super, /*metaclass*/ true, NotForDefinition); in GenerateClass()
6593 SuperClassGV = GetClassGlobal(Super, /*metaclass*/ false, NotForDefinition); in GenerateClass()
6683 values.add(GetClassGlobal(Interface, /*metaclass*/ false, NotForDefinition)); in GenerateCategory()
[all …]