Searched refs:DisableIntegratedAS (Results 1 – 6 of 6) sorted by relevance
122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()230 unsigned DisableIntegratedAS : 1; variable
262 return CGOpts.DataSections && !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()513 Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS; in initTargetOptions()682 PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in CreatePasses()1266 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in EmitAssemblyWithNewPassManager()1550 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
67 if (Options.DisableIntegratedAS) in initAsmInfo()
474 Options.DisableIntegratedAS = NoIntegratedAssembler; in compileModule()
30 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as
3828 CodeGenOpts<"DisableIntegratedAS">, DefaultFalse,