Home
last modified time | relevance | path

Searched refs:typeToString (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp49 OS << WebAssembly::typeToString(Type); in printTypes()
73 << WebAssembly::typeToString( in emitGlobalType()
84 << WebAssembly::typeToString(static_cast<wasm::ValType>(Type.ElemType)); in emitTableType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp104 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString() function in WebAssembly
113 S += WebAssembly::typeToString(Type); in typeListToString()
H A DWebAssemblyTypeUtilities.h64 const char *typeToString(wasm::ValType Type);