Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsConstant

1029   if (!D->getType().isConstant(Context) && !D->getType()->isReferenceType())
1140 GV = new llvm::GlobalVariable(getModule(), Ty, /*isConstant=*/true,
1410 if (GV->isConstant())
1783 bool isConstant;
1789 isConstant = true;
1795 isConstant = !Features.WritableStrings;
1799 new llvm::GlobalVariable(getModule(), C->getType(), isConstant, Linkage, C,
1919 bool isConstant;
1921 isConstant = !Features.WritableStrings;
1924 new llvm::GlobalVariable(getModule(), C->getType(), isConstant, Linkage, C,
2078 bool IsConstant = !Features.WritableStrings;
2085 if (!IsConstant)