Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1945 std::string CompressedNameStr; in emitNameData() local
1946 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()
1953 ConstantDataArray::getString(Ctx, StringRef(CompressedNameStr), false); in emitNameData()
1957 NamesSize = CompressedNameStr.size(); in emitNameData()