llvm::omp::prettifyFunctionName

Create a nicer version of a function name for humans to look at.

Synopsis

Declared in <llvm/Frontend/OpenMP/OMP.h>

std::string
prettifyFunctionName(StringRef FunctionName);

Return Value

A human-readable version of FunctionName.

Parameters

NameDescription
FunctionNameMangled or kernel function name to prettify.