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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp631 // ClassnfABIPtrTy - LLVM for struct _class_t*
632 llvm::Type *ClassnfABIPtrTy; member in class:__anon17846::ObjCNonFragileABITypesHelper
5404 ClassnfABIPtrTy = llvm::PointerType::getUnqual(ClassnfABITy);
5415 Int8PtrTy, ClassnfABIPtrTy,
5473 Int8PtrTy, ClassnfABIPtrTy, NULL);
5728 Values[1] = llvm::Constant::getNullValue(ObjCTypes.ClassnfABIPtrTy);
6652 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy,
6658 ObjCTypes.ClassnfABIPtrTy));
6687 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy,
6693 ObjCTypes.ClassnfABIPtrTy));
[all...]

Completed in 42 milliseconds