reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
354 Constant *G1 = new GlobalVariable(*M, IntTy, false, 356 Constant *G2 = new GlobalVariable(*M, IntTy, false, 360 Constant *Int1 = ConstantExpr::getPtrToInt(G1, IntTy); 361 Constant *Int2 = ConstantExpr::getPtrToInt(G2, IntTy); 365 new GlobalVariable(*M, IntTy, false, GlobalValue::ExternalLinkage, Int1);