Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfWriter.h71 virtual void setToCompressAllSections() {} in setToCompressAllSections() function
196 virtual void setToCompressAllSections() override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DSampleProfWriter.cpp579 void SampleProfileWriterExtBinaryBase::setToCompressAllSections() { in setToCompressAllSections() function in SampleProfileWriterExtBinaryBase
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp669 Writer.setToCompressAllSections(); in handleExtBinaryWriter()