Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ErrorInfo

259                                uint64_t &ErrorInfo,
1131 MCStreamer &Out, uint64_t &ErrorInfo,
1135 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) {
1148 if (ErrorInfo != ~0ULL) {
1149 if (ErrorInfo >= Operands.size())
1152 ErrorLoc = ((PPCOperand &)*Operands[ErrorInfo]).getStartLoc();