Searched refs:typeToString (Results 1 – 4 of 4) sorted by relevance
65 s += WebAssembly::typeToString(VT); in dumpTypeStack()88 WebAssembly::typeToString(EVT.getValue()) in popType()96 ErrorLoc, StringRef("popped ") + WebAssembly::typeToString(PVT) + in popType()98 WebAssembly::typeToString(EVT.getValue())); in popType()121 ErrorLoc, StringRef("end got ") + WebAssembly::typeToString(PVT) + in checkEnd()122 ", expected " + WebAssembly::typeToString(EVT)); in checkEnd()
49 OS << WebAssembly::typeToString(Type); in printTypes()73 << WebAssembly::typeToString( in emitGlobalType()84 << WebAssembly::typeToString(static_cast<wasm::ValType>(Type.ElemType)); in emitTableType()
108 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString() function in WebAssembly117 S += WebAssembly::typeToString(Type); in typeListToString()
64 const char *typeToString(wasm::ValType Type);