LLVM: llvm::xray::RecordProducer Class Reference (original) (raw)

#include "[llvm/XRay/FDRRecordProducer.h](FDRRecordProducer%5F8h%5Fsource.html)"

Inheritance diagram for llvm::xray::RecordProducer:

Public Member Functions
virtual Expected< std::unique_ptr< Record > > produce ()=0
All producer implementations must yield either an Error or a non-nullptr unique_ptr.
virtual ~RecordProducer ()=default

Detailed Description

Definition at line 19 of file FDRRecordProducer.h.

Constructor & Destructor Documentation

virtual llvm::xray::RecordProducer::~RecordProducer ( ) virtualdefault

Member Function Documentation

produce()

virtual Expected< std::unique_ptr< Record > > llvm::xray::RecordProducer::produce ( ) pure virtual

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