Home
last modified time | relevance | path

Searched refs:PipelineConsumer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecordConsumer.h41 class PipelineConsumer : public RecordConsumer {
45 PipelineConsumer(std::initializer_list<RecordVisitor *> V) : Visitors(V) {} in PipelineConsumer() function
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DLogBuilderConsumer.cpp22 Error PipelineConsumer::consume(std::unique_ptr<Record> R) { in consume()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp65 PipelineConsumer C({&RP}); in __anonc19214950102()