reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1293 if (!GV) { 1295 GV = new llvm::GlobalVariable(TheModule, ProtocolTy, false, 1297 GV->setAlignment(CGM.getPointerAlign().getAsAlign()); 1299 return llvm::ConstantExpr::getBitCast(GV, ProtocolPtrTy);