LLVM
8.0.1
|
Enumerations | |
enum | IMod { IE = 2, ID = 3 } |
enum | IFlags { F = 1, I = 2, A = 4 } |
Functions | |
static const char * | IFlagsToString (unsigned val) |
static const char * | IModToString (unsigned val) |
Enumerator | |
---|---|
F | |
I | |
A |
Definition at line 32 of file ARMBaseInfo.h.
enum llvm::ARM_PROC::IMod |
Enumerator | |
---|---|
IE | |
ID |
Definition at line 27 of file ARMBaseInfo.h.
Definition at line 38 of file ARMBaseInfo.h.
References A, F, I, and llvm_unreachable.
Referenced by llvm::ARMInstPrinter::printCPSIFlag().
Definition at line 47 of file ARMBaseInfo.h.
References ID, IE, and llvm_unreachable.
Referenced by llvm::ARMInstPrinter::printCPSIMod().