Return the name of the variable listing PGO names referenced by coverage.
Synopsis
Declared in <llvm/ProfileData/InstrProf.h>
StringRef
getCoverageUnusedNamesVarName();
Description
Owning functions of those names may not be emitted by the frontend (for example unused inline functions).
Return Value
Name of the coverage unused‐names variable.
Created with MrDocs