LLVM 20.0.0git
|
#include "llvm/XRay/FDRRecordProducer.h"
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 |
Definition at line 19 of file FDRRecordProducer.h.
|
virtualdefault |
All producer implementations must yield either an Error or a non-nullptr unique_ptr<Record>.
Implemented in llvm::xray::FileBasedRecordProducer.