clang 19.0.0git
Enumerations | Functions
clang::driver::tools::ppc Namespace Reference

Enumerations

enum class  FloatABI { Invalid , Soft , Hard }
 
enum class  ReadGOTPtrMode { Bss , SecurePlt }
 

Functions

bool hasPPCAbiArg (const llvm::opt::ArgList &Args, const char *Value)
 
FloatABI getPPCFloatABI (const Driver &D, const llvm::opt::ArgList &Args)
 
std::string getPPCTargetCPU (const Driver &D, const llvm::opt::ArgList &Args, const llvm::Triple &T)
 
std::string getPPCTuneCPU (const llvm::opt::ArgList &Args, const llvm::Triple &T)
 
const char * getPPCAsmModeForCPU (StringRef Name)
 
ReadGOTPtrMode getPPCReadGOTPtrMode (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args)
 
void getPPCTargetFeatures (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args, std::vector< llvm::StringRef > &Features)
 

Enumeration Type Documentation

◆ FloatABI

Enumerator
Invalid 
Soft 
Hard 

Definition at line 25 of file PPC.h.

◆ ReadGOTPtrMode

Enumerator
Bss 
SecurePlt 

Definition at line 31 of file PPC.h.

Function Documentation

◆ getPPCAsmModeForCPU()

const char * clang::driver::tools::ppc::getPPCAsmModeForCPU ( StringRef  Name)

Definition at line 95 of file PPC.cpp.

Referenced by clang::driver::tools::gnutools::Assembler::ConstructJob().

◆ getPPCFloatABI()

FloatABI clang::driver::tools::ppc::getPPCFloatABI ( const Driver D,
const llvm::opt::ArgList &  Args 
)

◆ getPPCReadGOTPtrMode()

ReadGOTPtrMode clang::driver::tools::ppc::getPPCReadGOTPtrMode ( const Driver D,
const llvm::Triple &  Triple,
const llvm::opt::ArgList &  Args 
)

◆ getPPCTargetCPU()

std::string clang::driver::tools::ppc::getPPCTargetCPU ( const Driver D,
const llvm::opt::ArgList &  Args,
const llvm::Triple &  T 
)

◆ getPPCTargetFeatures()

void clang::driver::tools::ppc::getPPCTargetFeatures ( const Driver D,
const llvm::Triple &  Triple,
const llvm::opt::ArgList &  Args,
std::vector< llvm::StringRef > &  Features 
)

◆ getPPCTuneCPU()

std::string clang::driver::tools::ppc::getPPCTuneCPU ( const llvm::opt::ArgList &  Args,
const llvm::Triple &  T 
)

◆ hasPPCAbiArg()

bool clang::driver::tools::ppc::hasPPCAbiArg ( const llvm::opt::ArgList &  Args,
const char *  Value 
)