StringRef - Represent a constant reference to a string, i.e.
LLVM_ABI int columnWidth(StringRef s)
LLVM_ABI bool isPrint(int c)
LLVM_ABI int columnWidthUTF8(StringRef Text)
Gets the number of positions the UTF8-encoded Text is likely to occupy when output on a terminal ("ch...
LLVM_ABI bool isPrintable(int UCS)
Determines if a character is likely to be displayed correctly on the terminal.
This is an optimization pass for GlobalISel generic memory operations.