HomeSort by: relevance | last modified time | path
    Searched refs:dumpSectionInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 456 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) { return false; };
707 virtual bool dumpSectionInfo(raw_ostream &OS = dbgs()) override;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 1120 bool SampleProfileReaderExtBinaryBase::dumpSectionInfo(raw_ostream &OS) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 2230 if (!Reader->dumpSectionInfo(OS)) {

Completed in 27 milliseconds