Home
last modified time | relevance | path

Searched refs:TypedEventRecord (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h262 class TypedEventRecord : public MetadataRecord {
270 TypedEventRecord() in TypedEventRecord() function
274 explicit TypedEventRecord(int32_t S, int32_t D, uint16_t E, std::string P) in TypedEventRecord() function
415 virtual Error visit(TypedEventRecord &) = 0;
443 Error visit(TypedEventRecord &) override;
H A DFDRTraceWriter.h46 Error visit(TypedEventRecord &) override;
H A DRecordPrinter.h43 Error visit(TypedEventRecord &) override;
H A DBlockIndexer.h57 Error visit(TypedEventRecord &) override;
H A DBlockPrinter.h52 Error visit(TypedEventRecord &) override;
H A DBlockVerifier.h60 Error visit(TypedEventRecord &) override;
H A DFDRTraceExpander.h52 Error visit(TypedEventRecord &) override;
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecords.cpp29 Error TypedEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
H A DBlockIndexer.cpp46 Error BlockIndexer::visit(TypedEventRecord &R) { in visit()
H A DBlockPrinter.cpp79 Error BlockPrinter::visit(TypedEventRecord &R) { in visit()
H A DRecordPrinter.cpp51 Error RecordPrinter::visit(TypedEventRecord &R) { in visit()
H A DFDRTraceExpander.cpp68 Error TraceExpander::visit(TypedEventRecord &R) { in visit()
H A DFDRTraceWriter.cpp113 Error FDRTraceWriter::visit(TypedEventRecord &R) { in visit()
H A DFDRRecordProducer.cpp66 return std::make_unique<TypedEventRecord>(); in metadataRecordType()
H A DBlockVerifier.cpp162 Error BlockVerifier::visit(TypedEventRecord &) { in visit()
160 visit(TypedEventRecord &) visit() argument
H A DRecordInitializer.cpp239 Error RecordInitializer::visit(TypedEventRecord &R) { in visit()