ΒΆllvm::Error readPGOFuncNameStrings(
    llvm::StringRef NameStrings,
    llvm::InstrProfSymtab& Symtab)

Description

\c NameStrings is a string composed of one of more sub-strings encoded in the format described above. The substrings are separated by 0 or more zero bytes. This method decodes the string and populates the \c Symtab.

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

Parameters

llvm::StringRef NameStrings
llvm::InstrProfSymtab& Symtab