enum MCTargetAsmParser::MatchResultTy
Declared at: llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h:312
Enumerators
Name | Value | Comment |
---|---|---|
Match_InvalidOperand | 0 | |
Match_InvalidTiedOperand | 1 | |
Match_MissingFeature | 2 | |
Match_MnemonicFail | 3 | |
Match_Success | 4 | |
Match_NearMisses | 5 | |
FIRST_TARGET_MATCH_RESULT_TY | 6 |