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