clang 19.0.0git
Functions
PPC.cpp File Reference
#include "PPC.h"
#include "ToolChains/CommonArgs.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Option/ArgList.h"
#include "llvm/TargetParser/Host.h"

Go to the source code of this file.

Functions

static std::string getPPCGenericTargetCPU (const llvm::Triple &T)
 
static std::string normalizeCPUName (StringRef CPUName, const llvm::Triple &T)
 

Function Documentation

◆ getPPCGenericTargetCPU()

static std::string getPPCGenericTargetCPU ( const llvm::Triple &  T)
static

Definition at line 23 of file PPC.cpp.

References clang::T.

Referenced by normalizeCPUName().

◆ normalizeCPUName()

static std::string normalizeCPUName ( StringRef  CPUName,
const llvm::Triple &  T 
)
static

Definition at line 37 of file PPC.cpp.

References getPPCGenericTargetCPU(), and clang::T.