Home
last modified time | relevance | path

Searched refs:CompressedNameStr (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1606 std::string CompressedNameStr; in emitNameData() local
1607 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()
1614 ConstantDataArray::getString(Ctx, StringRef(CompressedNameStr), false); in emitNameData()
1618 NamesSize = CompressedNameStr.size(); in emitNameData()