Home
last modified time | relevance | path

Searched refs:CompressedNameStr (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp858 std::string CompressedNameStr; in emitNameData() local
859 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()
866 Ctx, StringRef(CompressedNameStr), false); in emitNameData()
870 NamesSize = CompressedNameStr.size(); in emitNameData()