clang 22.0.0git
Mips.h File Reference
#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.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::driver
namespace  clang::driver::tools
namespace  clang::driver::tools::mips

Enumerations

enum  clang::driver::tools::mips::IEEE754Standard { clang::driver::tools::mips::Legacy = 1 , clang::driver::tools::mips::Std2008 = 2 }
enum class  clang::driver::tools::mips::FloatABI { clang::driver::tools::mips::Invalid , clang::driver::tools::mips::Soft , clang::driver::tools::mips::Hard }

Functions

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)