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

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp507 /// ProtocolTy - LLVM type for struct objc_protocol.
508 llvm::StructType *ProtocolTy; member in class:__anon478::ObjCTypesHelper
3106 auto values = builder.beginStruct(ObjCTypes.ProtocolTy);
3141 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy,
5746 auto values = builder.beginStruct(ObjCTypes.ProtocolTy);
5916 ProtocolTy =
5922 llvm::ArrayType::get(ProtocolTy, 0));
5931 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy,
5938 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);
H A DCGObjCGNU.cpp117 llvm::StructType *ProtocolTy; member in class:__anon477::CGObjCGNU
1303 GV = new llvm::GlobalVariable(TheModule, ProtocolTy, false,
1373 Protocol = new llvm::GlobalVariable(TheModule, ProtocolTy,
2191 ProtocolTy = llvm::StructType::get(IdTy,

Completed in 202 milliseconds