LLVM 19.0.0git
Public Member Functions | List of all members
llvm::xray::RecordProducer Class Referenceabstract

#include "llvm/XRay/FDRRecordProducer.h"

Inheritance diagram for llvm::xray::RecordProducer:
Inheritance graph
[legend]

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<Record>.
 
virtual ~RecordProducer ()=default
 

Detailed Description

Definition at line 19 of file FDRRecordProducer.h.

Constructor & Destructor Documentation

◆ ~RecordProducer()

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

Member Function Documentation

◆ produce()

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

All producer implementations must yield either an Error or a non-nullptr unique_ptr<Record>.

Implemented in llvm::xray::FileBasedRecordProducer.


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