#include "RISCV.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/TargetParser.h"
#include "llvm/Support/raw_ostream.h"
#include "ToolChains/CommonArgs.h"
Go to the source code of this file.
◆ getExtensionFeatures()
static void getExtensionFeatures |
( |
const Driver & |
D, |
|
|
const ArgList & |
Args, |
|
|
std::vector< StringRef > & |
Features, |
|
|
StringRef & |
MArch, |
|
|
StringRef & |
Exts |
|
) |
| |
|
static |
◆ getExtensionType()
static StringRef getExtensionType |
( |
StringRef |
Ext | ) |
|
|
static |
◆ getExtensionTypeDesc()
static StringRef getExtensionTypeDesc |
( |
StringRef |
Ext | ) |
|
|
static |
◆ getExtensionVersion()
static bool getExtensionVersion |
( |
const Driver & |
D, |
|
|
StringRef |
MArch, |
|
|
StringRef |
Ext, |
|
|
StringRef |
In, |
|
|
std::string & |
Major, |
|
|
std::string & |
Minor |
|
) |
| |
|
static |
◆ isSupportedExtension()
static bool isSupportedExtension |
( |
StringRef |
Ext | ) |
|
|
static |