Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1497 llvm::Constant *GetClassGlobal(StringRef Name,
1500 llvm::Constant *GetClassGlobal(const ObjCInterfaceDecl *ID,
1981 llvm::Constant *GV = GetClassGlobal(str, NotForDefinition); in getNSConstantStringClassRef()
6403 cast<llvm::GlobalVariable>(GetClassGlobal(CI, isMetaclass, ForDefinition)); in BuildClassObject()
6509 SuperClassGV = GetClassGlobal(CI, /*metaclass*/ false, NotForDefinition); in GenerateClass()
6510 IsAGV = GetClassGlobal(CI, /*metaclass*/ true, NotForDefinition); in GenerateClass()
6518 IsAGV = GetClassGlobal(Root, /*metaclass*/ true, NotForDefinition); in GenerateClass()
6519 SuperClassGV = GetClassGlobal(Super, /*metaclass*/ true, NotForDefinition); in GenerateClass()
6558 SuperClassGV = GetClassGlobal(Super, /*metaclass*/ false, NotForDefinition); in GenerateClass()
6646 values.add(GetClassGlobal(Interface, /*metaclass*/ false, NotForDefinition)); in GenerateCategory()
[all …]