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.h478 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) { return false; };
773 bool dumpSectionInfo(raw_ostream &OS = dbgs()) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1395 bool SampleProfileReaderExtBinaryBase::dumpSectionInfo(raw_ostream &OS) { in dumpSectionInfo() function in SampleProfileReaderExtBinaryBase
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2999 if (!Reader->dumpSectionInfo(OS)) { in showSectionInfo()