llvm::Pass::getPassName

getPassName - Return a nice clean name for a pass. This usually implemented in terms of the name that is registered by one of the Registration templates, but can be overloaded directly.

Synopsis

Declared in <llvm/Pass.h>

virtual
StringRef
getPassName() const;

Return Value

Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated.