Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h501 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) { return false; };
832 bool dumpSectionInfo(raw_ostream &OS = dbgs()) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1479 bool SampleProfileReaderExtBinaryBase::dumpSectionInfo(raw_ostream &OS) { in dumpSectionInfo() function in SampleProfileReaderExtBinaryBase
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3092 if (!Reader->dumpSectionInfo(OS)) { in showSectionInfo()