clang 19.0.0git
Functions
RISCV.cpp File Reference
#include "RISCV.h"
#include "../Clang.h"
#include "ToolChains/CommonArgs.h"
#include "clang/Basic/CharInfo.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TargetParser/Host.h"
#include "llvm/TargetParser/RISCVISAInfo.h"
#include "llvm/TargetParser/RISCVTargetParser.h"

Go to the source code of this file.

Functions

static bool getArchFeatures (const Driver &D, StringRef Arch, std::vector< StringRef > &Features, const ArgList &Args)
 
static void getRISCFeaturesFromMcpu (const Driver &D, const Arg *A, const llvm::Triple &Triple, StringRef Mcpu, std::vector< StringRef > &Features)
 

Function Documentation

◆ getArchFeatures()

static bool getArchFeatures ( const Driver D,
StringRef  Arch,
std::vector< StringRef > &  Features,
const ArgList &  Args 
)
static

Definition at line 29 of file RISCV.cpp.

◆ getRISCFeaturesFromMcpu()

static void getRISCFeaturesFromMcpu ( const Driver D,
const Arg *  A,
const llvm::Triple &  Triple,
StringRef  Mcpu,
std::vector< StringRef > &  Features 
)
static

Definition at line 56 of file RISCV.cpp.

References clang::driver::Driver::Diag().