#include "llvm/XRay/BlockIndexer.h"
namespace llvm {
namespace xray {
Error BlockIndexer::visit(BufferExtents &) { … }
Error BlockIndexer::visit(WallclockRecord &R) { … }
Error BlockIndexer::visit(NewCPUIDRecord &R) { … }
Error BlockIndexer::visit(TSCWrapRecord &R) { … }
Error BlockIndexer::visit(CustomEventRecord &R) { … }
Error BlockIndexer::visit(CustomEventRecordV5 &R) { … }
Error BlockIndexer::visit(TypedEventRecord &R) { … }
Error BlockIndexer::visit(CallArgRecord &R) { … }
Error BlockIndexer::visit(PIDRecord &R) { … }
Error BlockIndexer::visit(NewBufferRecord &R) { … }
Error BlockIndexer::visit(EndBufferRecord &R) { … }
Error BlockIndexer::visit(FunctionRecord &R) { … }
Error BlockIndexer::flush() { … }
}
}