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.h263 class LLVM_ABI TypedEventRecord : public MetadataRecord {
271 TypedEventRecord() in TypedEventRecord() function
275 explicit TypedEventRecord(int32_t S, int32_t D, uint16_t E, std::string P) in TypedEventRecord() function
416 virtual Error visit(TypedEventRecord &) = 0;
444 Error visit(TypedEventRecord &) override;
H A DFDRTraceWriter.h47 Error visit(TypedEventRecord &) override;
H A DRecordPrinter.h44 Error visit(TypedEventRecord &) override;
H A DFDRTraceExpander.h52 Error visit(TypedEventRecord &) override;
H A DBlockPrinter.h53 Error visit(TypedEventRecord &) override;
H A DBlockVerifier.h61 Error visit(TypedEventRecord &) override;
H A DBlockIndexer.h58 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 DFDRRecordProducer.cpp66 return std::make_unique<TypedEventRecord>(); in metadataRecordType()
H A DFDRTraceWriter.cpp113 Error FDRTraceWriter::visit(TypedEventRecord &R) { in visit()
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()