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