clang 22.0.0git
AArch64.h File Reference
#include "clang/Driver/Driver.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Option/Option.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::aarch64

Functions

void clang::driver::tools::aarch64::getAArch64TargetFeatures (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args, std::vector< llvm::StringRef > &Features, bool ForAS, bool ForMultilib=false)
std::string clang::driver::tools::aarch64::getAArch64TargetCPU (const llvm::opt::ArgList &Args, const llvm::Triple &Triple, llvm::opt::Arg *&A)
void clang::driver::tools::aarch64::setPAuthABIInTriple (const Driver &D, const llvm::opt::ArgList &Args, llvm::Triple &triple)
bool clang::driver::tools::aarch64::isAArch64BareMetal (const llvm::Triple &Triple)
 Is the triple {aarch64.aarch64_be}-none-elf?