Searched refs:typeToString (Results 1 – 4 of 4) sorted by relevance
47 OS << WebAssembly::typeToString(Type); in printTypes()69 << WebAssembly::typeToString( in emitGlobalType()80 << WebAssembly::typeToString(static_cast<wasm::ValType>(Type.ElemType)); in emitTableType()
78 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString() function in WebAssembly87 S += WebAssembly::typeToString(Type); in typeListToString()
59 const char *typeToString(wasm::ValType Type);
103 WebAssembly::typeToString(std::get<wasm::ValType>(Types[I - 1]))); in getTypesString()