Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfReader.h477 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) { return false; };
735 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp1146 bool SampleProfileReaderExtBinaryBase::dumpSectionInfo(raw_ostream &OS) { in dumpSectionInfo() function in SampleProfileReaderExtBinaryBase
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp2264 if (!Reader->dumpSectionInfo(OS)) { in showSectionInfo()