LLVM
8.0.1
|
Enumerations | |
enum | { Define = 0x2, Implicit = 0x4, Kill = 0x8, Dead = 0x10, Undef = 0x20, EarlyClobber = 0x40, Debug = 0x80, InternalRead = 0x100, Renamable = 0x200, DefineNoRead = Define | Undef, ImplicitDefine = Implicit | Define, ImplicitKill = Implicit | Kill } |
anonymous enum |
Enumerator | |
---|---|
Define | |
Implicit | |
Kill | |
Dead | |
Undef | |
EarlyClobber | |
Debug | |
InternalRead | |
Renamable | |
DefineNoRead | |
ImplicitDefine | |
ImplicitKill |
Definition at line 44 of file MachineInstrBuilder.h.