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

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  575          CodeGenOpts.PrepareForThinLTO));
  588   PMBuilder.PrepareForThinLTO = CodeGenOpts.PrepareForThinLTO;
  844     if (CodeGenOpts.PrepareForThinLTO && !CodeGenOpts.DisableLLVMPasses) {
 1114     bool IsThinLTO = CodeGenOpts.PrepareForThinLTO;
 1267     if (CodeGenOpts.PrepareForThinLTO && !CodeGenOpts.DisableLLVMPasses) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  622       LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO,
tools/clang/lib/Frontend/CompilerInvocation.cpp
  972   Opts.PrepareForThinLTO = false;
  976       Opts.PrepareForThinLTO = true;