Home
last modified time | relevance | path

Searched refs:typeToStr (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/
H A DRemark.cpp52 OS << "Type: " << typeToStr(RemarkType) << "\n"; in print()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h77 inline StringRef typeToStr(Type Ty) { in typeToStr() function