Lines Matching refs:CodeGenOpts

448   CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts();  in FixupInvocation()  local
451 CodeGenOpts.XRayInstrumentFunctions = LangOpts.XRayInstrument; in FixupInvocation()
452 CodeGenOpts.XRayAlwaysEmitCustomEvents = LangOpts.XRayAlwaysEmitCustomEvents; in FixupInvocation()
453 CodeGenOpts.XRayAlwaysEmitTypedEvents = LangOpts.XRayAlwaysEmitTypedEvents; in FixupInvocation()
454 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
457 LangOpts.ForceEmitVTables = CodeGenOpts.ForceEmitVTables; in FixupInvocation()
458 LangOpts.SpeculativeLoadHardening = CodeGenOpts.SpeculativeLoadHardening; in FixupInvocation()
464 CodeGenOpts.CodeModel = TargetOpts.CodeModel; in FixupInvocation()
525 if (!CodeGenOpts.ProfileRemappingFile.empty() && CodeGenOpts.LegacyPassManager) in FixupInvocation()
1310 const CodeGenOptions &CodeGenOpts = Opts; in GenerateCodeGenArgs() local
1568 CodeGenOptions &CodeGenOpts = Opts; in ParseCodeGenArgs() local
4094 const CodeGenOptions &CodeGenOpts) { in GeneratePreprocessorArgs() argument
4127 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4129 if (M.first == "__CET__=2" && !M.second && CodeGenOpts.CFProtectionReturn && in GeneratePreprocessorArgs()
4130 !CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4132 if (M.first == "__CET__=3" && !M.second && CodeGenOpts.CFProtectionReturn && in GeneratePreprocessorArgs()
4133 CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4589 GenerateCodeGenArgs(CodeGenOpts, Args, SA, T, FrontendOpts.OutputFile, in generateCC1CommandLine()
4592 CodeGenOpts); in generateCC1CommandLine()