ΒΆllvm::Error collectPGOFuncNameStrings(
    ArrayRef<llvm::GlobalVariable*> NameVars,
    std::string& Result,
    bool doCompression = true)

Description

Produce \c Result string with the same format described above. The input is vector of PGO function name variables that are referenced.

Declared at: llvm/include/llvm/ProfileData/InstrProf.h:222

Parameters

ArrayRef<llvm::GlobalVariable*> NameVars
std::string& Result
bool doCompression = true