Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp65 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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp108 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString() function in WebAssembly
117 S += WebAssembly::typeToString(Type); in typeListToString()
H A DWebAssemblyTypeUtilities.h64 const char *typeToString(wasm::ValType Type);