HomeSort by: relevance | last modified time | path
    Searched refs:ProtocolPtrTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 119 llvm::PointerType *ProtocolPtrTy;
1199 ProtocolPtrTy));
1307 return llvm::ConstantExpr::getBitCast(GV, ProtocolPtrTy);
1324 auto GV = new llvm::GlobalVariable(TheModule, ProtocolPtrTy,
1326 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName);
1333 return CGF.Builder.CreateAlignedLoad(ProtocolPtrTy, Ref,
1338 llvm::ArrayType *ProtocolArrayTy = llvm::ArrayType::get(ProtocolPtrTy,
1385 ProtocolPtrTy));
1928 ProtocolPtrTy));
2158 ProtocolPtrTy = llvm::PointerType::getUnqual
    [all...]
CGObjCMac.cpp 189 /// ProtocolPtrTy - LLVM type for external protocol handles
509 /// ProtocolPtrTy - LLVM type for struct objc_protocol *.
510 llvm::PointerType *ProtocolPtrTy;
1025 /// defined. The return value has type ProtocolPtrTy.
1108 /// definition is seen. The return value has type ProtocolPtrTy.
1283 /// ProtocolPtrTy.
1289 /// definition is seen. The return value has type ProtocolPtrTy.
1466 /// ProtocolPtrTy.
1472 /// definition is seen. The return value has type ProtocolPtrTy.
3235 auto refsArray = values.beginArray(ObjCTypes.ProtocolPtrTy);
    [all...]

Completed in 40 milliseconds