reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  426   Options.ThreadModel =
  435   Options.FloatABIType =
  447     Options.AllowFPOpFusion = llvm::FPOpFusion::Standard;
  450     Options.AllowFPOpFusion = llvm::FPOpFusion::Standard;
  453     Options.AllowFPOpFusion = llvm::FPOpFusion::Fast;
  457   Options.UseInitArray = CodeGenOpts.UseInitArray;
  458   Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS;
  459   Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections();
  460   Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations;
  463   Options.EABIVersion = TargetOpts.EABIVersion;
  466     Options.ExceptionModel = llvm::ExceptionHandling::SjLj;
  468     Options.ExceptionModel = llvm::ExceptionHandling::WinEH;
  470     Options.ExceptionModel = llvm::ExceptionHandling::DwarfCFI;
  472     Options.ExceptionModel = llvm::ExceptionHandling::Wasm;
  474   Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath;
  475   Options.NoNaNsFPMath = CodeGenOpts.NoNaNsFPMath;
  476   Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS;
  477   Options.UnsafeFPMath = CodeGenOpts.UnsafeFPMath;
  478   Options.StackAlignmentOverride = CodeGenOpts.StackAlignment;
  479   Options.FunctionSections = CodeGenOpts.FunctionSections;
  480   Options.DataSections = CodeGenOpts.DataSections;
  481   Options.UniqueSectionNames = CodeGenOpts.UniqueSectionNames;
  482   Options.EmulatedTLS = CodeGenOpts.EmulatedTLS;
  483   Options.ExplicitEmulatedTLS = CodeGenOpts.ExplicitEmulatedTLS;
  484   Options.DebuggerTuning = CodeGenOpts.getDebuggerTuning();
  485   Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection;
  486   Options.EmitAddrsig = CodeGenOpts.Addrsig;
  487   Options.EnableDebugEntryValues = CodeGenOpts.EnableDebugEntryValues;
  489   Options.MCOptions.SplitDwarfFile = CodeGenOpts.SplitDwarfFile;
  490   Options.MCOptions.MCRelaxAll = CodeGenOpts.RelaxAll;
  491   Options.MCOptions.MCSaveTempLabels = CodeGenOpts.SaveTempLabels;
  492   Options.MCOptions.MCUseDwarfDirectory = !CodeGenOpts.NoDwarfDirectoryAsm;
  493   Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack;
  494   Options.MCOptions.MCIncrementalLinkerCompatible =
  496   Options.MCOptions.MCPIECopyRelocations = CodeGenOpts.PIECopyRelocations;
  497   Options.MCOptions.MCFatalWarnings = CodeGenOpts.FatalWarnings;
  498   Options.MCOptions.MCNoWarn = CodeGenOpts.NoWarn;
  499   Options.MCOptions.AsmVerbose = CodeGenOpts.AsmVerbose;
  500   Options.MCOptions.PreserveAsmComments = CodeGenOpts.PreserveAsmComments;
  501   Options.MCOptions.ABIName = TargetOpts.ABI;
  507       Options.MCOptions.IASSearchPaths.push_back(