enum InlineAsm::ConstraintPrefix
Declared at: llvm/include/llvm/IR/InlineAsm.h:92
Enumerators
Name | Value | Comment |
---|---|---|
isInput | 0 | |
isOutput | 1 | |
isClobber | 2 | |
isLabel | 3 |
Declared at: llvm/include/llvm/IR/InlineAsm.h:92
Name | Value | Comment |
---|---|---|
isInput | 0 | |
isOutput | 1 | |
isClobber | 2 | |
isLabel | 3 |