9#ifndef LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_MIPS_H
10#define LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_MIPS_H
13#include "llvm/ADT/StringRef.h"
14#include "llvm/Option/Option.h"
15#include "llvm/TargetParser/Triple.h"
35 const llvm::Triple &Triple, StringRef &CPUName,
38 const llvm::opt::ArgList &Args,
39 std::vector<StringRef> &Features);
42 const llvm::Triple &Triple);
44 const llvm::Triple &Triple);
48 const llvm::Triple &Triple);
50bool isFPXXDefault(
const llvm::Triple &Triple, StringRef CPUName,
52bool shouldUseFPXX(
const llvm::opt::ArgList &Args,
const llvm::Triple &Triple,
53 StringRef CPUName, StringRef ABIName,
Driver - Encapsulate logic for constructing compilation processes from a set of gcc-driver-like comma...
The JSON file list parser is used to communicate input to InstallAPI.