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