Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h456 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) { return false; };
707 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1120 bool SampleProfileReaderExtBinaryBase::dumpSectionInfo(raw_ostream &OS) { in dumpSectionInfo() function in SampleProfileReaderExtBinaryBase
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2230 if (!Reader->dumpSectionInfo(OS)) { in showSectionInfo()