Searched defs:ClassnfABIPtrTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp628 // ClassnfABIPtrTy - LLVM for struct _class_t*
629 llvm::Type *ClassnfABIPtrTy; member in class:__anon1231::ObjCNonFragileABITypesHelper
5608 ClassnfABIPtrTy = llvm::PointerType::getUnqual(ClassnfABITy);
5621 Int8PtrTy, ClassnfABIPtrTy,
5681 Int8PtrTy, ClassnfABIPtrTy, nullptr);
5943 Values[1] = llvm::Constant::getNullValue(ObjCTypes.ClassnfABIPtrTy);
6890 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy,
6927 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy,
6951 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy,

Completed in 214 milliseconds