Searched refs:setConstant (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h154 void setConstant(bool Val) { isConstantGlobal = Val; } function in class:llvm::GlobalVariable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp144 EmuTlsTmplVar->setConstant(true);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp350 DGVar->setConstant(false);
351 SGVar->setConstant(false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp690 PCArray->setConstant(true);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp329 GV->setConstant(false);
365 GV->setConstant(CGM.isTypeConstant(D.getType(), true));
H A DCodeGenModule.cpp3535 GV->setConstant(isTypeConstant(D->getType(), false));
3602 GV->setConstant(true);
4073 GV->setConstant(!NeedsGlobalCtor && !NeedsGlobalDtor &&
4080 GV->setConstant(true);
4108 GV->setConstant(false);
H A DCGObjCMac.cpp6917 IvarOffsetGV->setConstant(true);
H A DCGOpenMPRuntime.cpp9713 GVAddrRef->setConstant(/*Val=*/true);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2013 GV->setConstant(true);
2608 GV->setConstant(true);
H A DLowerTypeTests.cpp1271 GV->setConstant(false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2147 unwrap<GlobalVariable>(GlobalVar)->setConstant(IsConstant != 0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1101 GV->setConstant(IsConstant);

Completed in 295 milliseconds