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

References

lib/LTO/LTO.cpp
  116   AddString(Conf.CPU);
lib/LTO/LTOBackend.cpp
  149       TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel,
lib/LTO/ThinLTOCodeGenerator.cpp
  335     Conf.CPU = TMBuilder.MCpu;
tools/clang/lib/CodeGen/BackendUtil.cpp
 1434   Conf.CPU = TOpts.CPU;
tools/gold/gold-plugin.cpp
  844   Conf.CPU = options::mcpu;
tools/lld/COFF/LTO.cpp
   82   c.CPU = getCPUStr();
tools/lld/ELF/LTO.cpp
   92   c.CPU = getCPUStr();
tools/llvm-lto2/llvm-lto2.cpp
  220   Conf.CPU = MCPU;