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