Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h293 std::error_code compressAndOutput();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp95 std::error_code SampleProfileWriterExtBinaryBase::compressAndOutput() { in compressAndOutput() function in SampleProfileWriterExtBinaryBase
125 if (std::error_code EC = compressAndOutput()) in addNewSection()