LLVM  8.0.1
Protected Member Functions | List of all members
llvm::sampleprof::SampleProfileWriterRawBinary Class Reference

#include "llvm/ProfileData/SampleProfWriter.h"

Inheritance diagram for llvm::sampleprof::SampleProfileWriterRawBinary:
Inheritance graph
[legend]
Collaboration diagram for llvm::sampleprof::SampleProfileWriterRawBinary:
Collaboration graph
[legend]

Protected Member Functions

virtual std::error_code writeNameTable () override
 
virtual std::error_code writeMagicIdent () override
 
- Protected Member Functions inherited from llvm::sampleprof::SampleProfileWriterBinary
virtual std::error_code writeHeader (const StringMap< FunctionSamples > &ProfileMap) override
 Write a file header for the profile file. More...
 
std::error_code writeSummary ()
 
std::error_code writeNameIdx (StringRef FName)
 
std::error_code writeBody (const FunctionSamples &S)
 
void stablizeNameTable (std::set< StringRef > &V)
 
- Protected Member Functions inherited from llvm::sampleprof::SampleProfileWriter
 SampleProfileWriter (std::unique_ptr< raw_ostream > &OS)
 
void computeSummary (const StringMap< FunctionSamples > &ProfileMap)
 Compute summary for this profile. More...
 

Additional Inherited Members

- Public Member Functions inherited from llvm::sampleprof::SampleProfileWriterBinary
virtual std::error_code write (const FunctionSamples &S) override
 Write samples of a top-level function to a binary file. More...
 
 SampleProfileWriterBinary (std::unique_ptr< raw_ostream > &OS)
 
- Public Member Functions inherited from llvm::sampleprof::SampleProfileWriter
virtual ~SampleProfileWriter ()=default
 
virtual std::error_code write (const StringMap< FunctionSamples > &ProfileMap)
 Write all the sample profiles in the given map of samples. More...
 
raw_ostreamgetOutputStream ()
 
- Static Public Member Functions inherited from llvm::sampleprof::SampleProfileWriter
static ErrorOr< std::unique_ptr< SampleProfileWriter > > create (StringRef Filename, SampleProfileFormat Format)
 Profile writer factory. More...
 
static ErrorOr< std::unique_ptr< SampleProfileWriter > > create (std::unique_ptr< raw_ostream > &OS, SampleProfileFormat Format)
 Create a new stream writer based on the value of Format. More...
 
- Protected Attributes inherited from llvm::sampleprof::SampleProfileWriterBinary
MapVector< StringRef, uint32_tNameTable
 
- Protected Attributes inherited from llvm::sampleprof::SampleProfileWriter
std::unique_ptr< raw_ostreamOutputStream
 Output stream where to emit the profile to. More...
 
std::unique_ptr< ProfileSummarySummary
 Profile summary. More...
 

Detailed Description

Definition at line 131 of file SampleProfWriter.h.

Member Function Documentation

◆ writeMagicIdent()

std::error_code SampleProfileWriterRawBinary::writeMagicIdent ( )
overrideprotectedvirtual

◆ writeNameTable()

std::error_code SampleProfileWriterRawBinary::writeNameTable ( )
overrideprotectedvirtual

The documentation for this class was generated from the following files: