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

Declarations

tools/lld/wasm/WriterUtils.h
   65 std::string toString(llvm::wasm::ValType type);

References

tools/lld/wasm/WriterUtils.cpp
   44     s += toString(type);
   50     s += toString(sig.Returns[0]);
   56          toString(static_cast<ValType>(type.Type));
  105           msg + "[type: " + toString(type) + "]");