Home
last modified time | relevance | path

Searched defs:typeToString (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp102 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString() function in WebAssembly
/llvm-project-15.0.7/flang/lib/Lower/
H A DMangler.cpp201 static std::string typeToString(Fortran::common::TypeCategory cat, int kind) { in typeToString() function
251 static std::string typeToString(mlir::Type t) { in typeToString() function