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

References

lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  788     Inst.setLoc(IDLoc);
  811           IDLoc, "instruction requires a WASM feature not currently enabled");
  813       return Parser.Error(IDLoc, "invalid instruction");
  815       return Parser.Error(IDLoc, "ambiguous instruction");
  818       SMLoc ErrorLoc = IDLoc;
  821           return Parser.Error(IDLoc, "too few operands for instruction");
  824           ErrorLoc = IDLoc;