|
LLVM 22.0.0git
|
#include "llvm/TargetParser/CSKYTargetParser.h"
Public Member Functions | |
| StringRef | getName () const |
Public Attributes | |
| const char * | NameCStr |
| size_t | NameLength |
| T | ArchID |
| uint64_t | defaultExt |
Definition at line 135 of file CSKYTargetParser.h.
|
inline |
Definition at line 141 of file CSKYTargetParser.h.
References NameCStr, and NameLength.
| T llvm::CSKY::CpuNames< T >::ArchID |
Definition at line 138 of file CSKYTargetParser.h.
| uint64_t llvm::CSKY::CpuNames< T >::defaultExt |
Definition at line 139 of file CSKYTargetParser.h.
| const char* llvm::CSKY::CpuNames< T >::NameCStr |
Definition at line 136 of file CSKYTargetParser.h.
Referenced by getName().
| size_t llvm::CSKY::CpuNames< T >::NameLength |
Definition at line 137 of file CSKYTargetParser.h.
Referenced by getName().