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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h421 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) { return false; }; function in class:llvm::sampleprof::SampleProfileReader
611 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp863 bool SampleProfileReaderExtBinaryBase::dumpSectionInfo(raw_ostream &OS) { function in class:SampleProfileReaderExtBinaryBase
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1027 if (!Reader->dumpSectionInfo(OS)) {

Completed in 111 milliseconds