Print out a name of an LLVM value without any prefixes.
Declared in <llvm/IR/IRPrintingPasses.h>
void
printLLVMNameWithoutPrefix(
raw_ostream& OS,
StringRef Name);
The name is surrounded with ""'s and escaped if it has any special or non-printable characters in it.
| Name | Description |
|---|---|
| OS | The stream to write the name to. |
| Name | The LLVM value name to print. |