ΒΆvoid printLLVMNameWithoutPrefix(
    llvm::raw_ostream& OS,
    llvm::StringRef Name)

Description

Print out a name of an LLVM value without any prefixes. The name is surrounded with ""'s and escaped if it has any special or non-printable characters in it.

Declared at: llvm/include/llvm/IR/IRPrintingPasses.h:48

Parameters

llvm::raw_ostream& OS
llvm::StringRef Name