Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ProtocolPtrTy

186   /// ProtocolPtrTy - LLVM type for external protocol handles
501 /// ProtocolPtrTy - LLVM type for struct objc_protocol *.
502 llvm::Type *ProtocolPtrTy;
901 /// defined. The return value has type ProtocolPtrTy.
952 /// ProtocolPtrTy.
958 /// definition is seen. The return value has type ProtocolPtrTy.
1045 /// ProtocolPtrTy.
1051 /// definition is seen. The return value has type ProtocolPtrTy.
1239 /// ProtocolPtrTy.
1245 /// definition is seen. The return value has type ProtocolPtrTy.
2094 ProtocolRefs.push_back(llvm::Constant::getNullValue(ObjCTypes.ProtocolPtrTy));
2102 llvm::ConstantArray::get(llvm::ArrayType::get(ObjCTypes.ProtocolPtrTy,
4490 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);