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

References

tools/clang/lib/Driver/Driver.cpp
 3606           Args.hasArg(options::OPT_S) ? types::TY_LLVM_IR : types::TY_LLVM_BC;
tools/clang/lib/Driver/ToolChains/Clang.cpp
 3590     } else if (JA.getType() == types::TY_LLVM_IR ||
tools/clang/lib/Driver/ToolChains/Cuda.cpp
  546     if (II.getType() == types::TY_LLVM_IR ||
tools/clang/lib/Driver/ToolChains/Gnu.cpp
  206   case types::TY_LLVM_IR:
tools/clang/lib/Driver/Types.cpp
  142   case TY_LLVM_IR: case TY_LLVM_BC:
  183   case TY_LLVM_IR:
  241            .Case("ll", TY_LLVM_IR)