Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ProtocolPtrTy

189   /// ProtocolPtrTy - LLVM type for external protocol handles
509 /// ProtocolPtrTy - LLVM type for struct objc_protocol *.
510 llvm::Type *ProtocolPtrTy;
1008 /// defined. The return value has type ProtocolPtrTy.
1057 /// ProtocolPtrTy.
1063 /// definition is seen. The return value has type ProtocolPtrTy.
1154 /// ProtocolPtrTy.
1160 /// definition is seen. The return value has type ProtocolPtrTy.
1344 /// ProtocolPtrTy.
1350 /// definition is seen. The return value has type ProtocolPtrTy.
2749 ProtocolRefs.push_back(llvm::Constant::getNullValue(ObjCTypes.ProtocolPtrTy));
2757 llvm::ConstantArray::get(llvm::ArrayType::get(ObjCTypes.ProtocolPtrTy,
5171 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);