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

References

include/llvm/CodeGen/CommandFlags.inc
  323   if (MCPU == "native")
  326   return MCPU;
  336   if (MCPU == "native") {
  356   if (MCPU == "native") {
tools/llc/llc.cpp
  398   bool SkipModule = MCPU == "help" ||
tools/llvm-lto/llvm-lto.cpp
  983   CodeGen.setCpu(MCPU.c_str());
tools/llvm-lto2/llvm-lto2.cpp
  220   Conf.CPU = MCPU;