Searched refs:DisableIntegratedAS (Results 1 – 7 of 7) sorted by relevance
127 DisableIntegratedAS(false), FunctionSections(false), in TargetOptions()251 unsigned DisableIntegratedAS : 1; variable
87 CGOPT(bool, DisableIntegratedAS) in CGOPT()521 static cl::opt<bool> DisableIntegratedAS( in CGOPT() local524 CGBINDOPT(DisableIntegratedAS); in CGOPT()577 Options.DisableIntegratedAS = getDisableIntegratedAS(); in InitTargetOptionsFromCodeGenFlags()
73 if (Options.DisableIntegratedAS) { in initAsmInfo()
280 return !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()405 Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS; in initTargetOptions()908 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()1348 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
233 return Triple.isOSAIX() && Config.Options.DisableIntegratedAS; in useAIXSystemAssembler()
30 CODEGENOPT(DisableIntegratedAS, 1, 0, Benign) ///< -no-integrated-as
6219 CodeGenOpts<"DisableIntegratedAS">, DefaultFalse,