LLVM 17.0.0git
|
Public Member Functions | |
bool | isInvalid () const |
bool | is64Bit () const |
Public Attributes | |
StringLiteral | Name |
CPUKind | Kind |
StringLiteral | DefaultMarch |
Definition at line 22 of file RISCVTargetParser.cpp.
|
inline |
Definition at line 27 of file RISCVTargetParser.cpp.
References DefaultMarch, and llvm::StringRef::starts_with().
|
inline |
Definition at line 26 of file RISCVTargetParser.cpp.
References DefaultMarch, and llvm::StringRef::empty().
StringLiteral llvm::RISCV::CPUInfo::DefaultMarch |
Definition at line 25 of file RISCVTargetParser.cpp.
Referenced by is64Bit(), and isInvalid().
CPUKind llvm::RISCV::CPUInfo::Kind |
Definition at line 24 of file RISCVTargetParser.cpp.
StringLiteral llvm::RISCV::CPUInfo::Name |
Definition at line 23 of file RISCVTargetParser.cpp.