enum CallMarkersFlags
Description
Markers and flags for call instruction.
Declared at: llvm/include/llvm/Bitcode/LLVMBitCodes.h:473
Enumerators
Name | Value | Comment |
---|---|---|
CALL_TAIL | 0 | |
CALL_CCONV | 1 | |
CALL_MUSTTAIL | 14 | |
CALL_EXPLICIT_TYPE | 15 | |
CALL_NOTAIL | 16 | |
CALL_FMF | 17 |