clang
6.0.0
|
#include "AArch64.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/TargetParser.h"
Go to the source code of this file.
Functions | |
static bool | DecodeAArch64Features (const Driver &D, StringRef text, std::vector< StringRef > &Features) |
static bool | DecodeAArch64Mcpu (const Driver &D, StringRef Mcpu, StringRef &CPU, std::vector< StringRef > &Features) |
static bool | getAArch64ArchFeaturesFromMarch (const Driver &D, StringRef March, const ArgList &Args, std::vector< StringRef > &Features) |
static bool | getAArch64ArchFeaturesFromMcpu (const Driver &D, StringRef Mcpu, const ArgList &Args, std::vector< StringRef > &Features) |
static bool | getAArch64MicroArchFeaturesFromMtune (const Driver &D, StringRef Mtune, const ArgList &Args, std::vector< StringRef > &Features) |
static bool | getAArch64MicroArchFeaturesFromMcpu (const Driver &D, StringRef Mcpu, const ArgList &Args, std::vector< StringRef > &Features) |
|
static |
Definition at line 48 of file AArch64.cpp.
References clang::driver::Driver::Diag().
Referenced by DecodeAArch64Mcpu(), and getAArch64ArchFeaturesFromMarch().
|
static |
Definition at line 67 of file AArch64.cpp.
References DecodeAArch64Features().
Referenced by getAArch64ArchFeaturesFromMcpu(), getAArch64MicroArchFeaturesFromMcpu(), and getAArch64MicroArchFeaturesFromMtune().
|
static |
Definition at line 91 of file AArch64.cpp.
References DecodeAArch64Features().
Referenced by getAArch64MicroArchFeaturesFromMcpu().
|
static |
Definition at line 107 of file AArch64.cpp.
References DecodeAArch64Mcpu().
Referenced by getAArch64MicroArchFeaturesFromMcpu().
|
static |
Definition at line 140 of file AArch64.cpp.
References DecodeAArch64Mcpu(), clang::driver::Driver::Diag(), getAArch64ArchFeaturesFromMarch(), getAArch64ArchFeaturesFromMcpu(), getAArch64MicroArchFeaturesFromMtune(), clang::driver::tools::aarch64::getAArch64TargetCPU(), and clang::driver::tools::aarch64::getAArch64TargetFeatures().
|
static |
Definition at line 119 of file AArch64.cpp.
References DecodeAArch64Mcpu().
Referenced by getAArch64MicroArchFeaturesFromMcpu().