Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h128 virtual void setToCompressAllSections() {} in setToCompressAllSections() function
262 void setToCompressAllSections() override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp737 void SampleProfileWriterExtBinaryBase::setToCompressAllSections() { in setToCompressAllSections() function in SampleProfileWriterExtBinaryBase
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1481 Writer.setToCompressAllSections(); in handleExtBinaryWriter()