reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
   51   printInstruction(MI, OS);
   57       OS << "\t";
   65         OS << ", ";
   66       printOperand(MI, I, OS);
   71   printAnnotation(OS, Annot);
   83       printAnnotation(OS, "label" + utostr(ControlFlowCounter) + ':');
  102         printAnnotation(OS, "End marker mismatch!");
  111         printAnnotation(OS, "End marker mismatch!");
  114             OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':');
  121         printAnnotation(OS, "End marker mismatch!");
  124             OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':');
  132         printAnnotation(OS, "try-catch mismatch!");
  134         printAnnotation(OS, "catch" + utostr(EHPadStack.pop_back_val()) + ':');
  146         printAnnotation(OS, "to caller");
  148         printAnnotation(OS, "down to catch" + utostr(EHPadStack.back()));
  172           printAnnotation(OS, "Invalid depth argument!");
  175           printAnnotation(OS, utostr(Depth) + ": " +