Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp482 std::string CompressedNameStr; in emitNameData() local
483 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()
490 Ctx, StringRef(CompressedNameStr), false); in emitNameData()
494 NamesSize = CompressedNameStr.size(); in emitNameData()