Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h290 std::error_code compressAndOutput();
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp80 std::error_code SampleProfileWriterExtBinaryBase::compressAndOutput() { in compressAndOutput() function in SampleProfileWriterExtBinaryBase
109 if (std::error_code EC = compressAndOutput()) in addNewSection()