Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Error

50 /// inline asm has an error in it.  diagInfo is a pointer to the SrcMgrDiagInfo
57 // cookie corresponding to which line the error occurred on.
155 report_fatal_error("Error parsing inline asm\n");
216 bool Error = false;
227 // other point while processing. It's an error if so.
230 Error = true;
236 Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
239 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
243 if (Error) {
382 bool Error = false;
393 // other point while processing. It's an error if so.
396 Error = true;
402 // FIXME: What if the operand isn't an MBB, report error?
406 Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
410 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
415 if (Error) {