Home
last modified time | relevance | path

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

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