Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.cpp51 const char *WebAssembly::anyTypeToString(unsigned Type) { in anyTypeToString() function in WebAssembly
79 return anyTypeToString(static_cast<unsigned>(Type)); in typeToString()
H A DWebAssemblyMCTypeUtilities.h54 const char *anyTypeToString(unsigned Type);
H A DWebAssemblyInstPrinter.cpp357 O << WebAssembly::anyTypeToString(Imm); in printWebAssemblySignatureOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp153 outs() << WebAssembly::anyTypeToString(Type); in onSymbolStart()