Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1010 std::string CompressedNameStr; in emitNameData() local
1011 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()
1018 Ctx, StringRef(CompressedNameStr), false); in emitNameData()
1022 NamesSize = CompressedNameStr.size(); in emitNameData()