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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp613 // ProtocolnfABITy = LLVM for struct _protocol_t
614 llvm::StructType *ProtocolnfABITy; member in class:__anon1279::ObjCNonFragileABITypesHelper
5518 ProtocolnfABITy =
5528 ProtocolnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolnfABITy);
6444 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABITy,
6547 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.ProtocolnfABITy);
6560 llvm::Constant *Init = llvm::ConstantStruct::get(ObjCTypes.ProtocolnfABITy,
6569 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABITy,
6573 CGM.getDataLayout().getABITypeAlignment(ObjCTypes.ProtocolnfABITy));

Completed in 75 milliseconds