Searched refs:dumpSectionInfo (Results 1 – 3 of 3) sorted by relevance
501 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) { return false; };832 bool dumpSectionInfo(raw_ostream &OS = dbgs()) override;
1479 bool SampleProfileReaderExtBinaryBase::dumpSectionInfo(raw_ostream &OS) { in dumpSectionInfo() function in SampleProfileReaderExtBinaryBase
3092 if (!Reader->dumpSectionInfo(OS)) { in showSectionInfo()