clang 17.0.0git
|
#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) |
|
static |
Definition at line 23 of file PPC.cpp.
Referenced by normalizeCPUName().
|
static |
Definition at line 37 of file PPC.cpp.
References getPPCGenericTargetCPU().