Return the string initializer of PGO name variable NameVar.

Synopsis

Declared in <llvm/ProfileData/InstrProf.h>

StringRef
getPGOFuncNameVarInitializer(GlobalVariable* NameVar);

Return Value

String initializer stored in NameVar.

Parameters

Name

Description

NameVar

Global variable created by createPGOFuncNameVar.

Created with MrDocs