#include "clang/Driver/Driver.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Option/Option.h"
#include "llvm/TargetParser/Triple.h"
#include <string>
#include <vector>
Go to the source code of this file.
|
IEEE754Standard | clang::driver::tools::mips::getIEEE754Standard (StringRef &CPU) |
|
bool | clang::driver::tools::mips::hasCompactBranches (StringRef &CPU) |
|
void | clang::driver::tools::mips::getMipsCPUAndABI (const llvm::opt::ArgList &Args, const llvm::Triple &Triple, StringRef &CPUName, StringRef &ABIName) |
|
void | clang::driver::tools::mips::getMIPSTargetFeatures (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args, std::vector< StringRef > &Features) |
|
StringRef | clang::driver::tools::mips::getGnuCompatibleMipsABIName (StringRef ABI) |
|
mips::FloatABI | clang::driver::tools::mips::getMipsFloatABI (const Driver &D, const llvm::opt::ArgList &Args, const llvm::Triple &Triple) |
|
std::string | clang::driver::tools::mips::getMipsABILibSuffix (const llvm::opt::ArgList &Args, const llvm::Triple &Triple) |
|
bool | clang::driver::tools::mips::hasMipsAbiArg (const llvm::opt::ArgList &Args, const char *Value) |
|
bool | clang::driver::tools::mips::isUCLibc (const llvm::opt::ArgList &Args) |
|
bool | clang::driver::tools::mips::isNaN2008 (const Driver &D, const llvm::opt::ArgList &Args, const llvm::Triple &Triple) |
|
bool | clang::driver::tools::mips::isFPXXDefault (const llvm::Triple &Triple, StringRef CPUName, StringRef ABIName, mips::FloatABI FloatABI) |
|
bool | clang::driver::tools::mips::shouldUseFPXX (const llvm::opt::ArgList &Args, const llvm::Triple &Triple, StringRef CPUName, StringRef ABIName, mips::FloatABI FloatABI) |
|
bool | clang::driver::tools::mips::supportsIndirectJumpHazardBarrier (StringRef &CPU) |
|