LLVM 23.0.0git
llvm::ETMDecoder::Callback Class Referenceabstract

#include "llvm/ProfileData/ETMTraceDecoder.h"

Public Member Functions

virtual ~Callback ()=default
virtual void processInstructionRange (uint64_t Start, uint64_t End)=0

Detailed Description

Definition at line 30 of file ETMTraceDecoder.h.

Constructor & Destructor Documentation

◆ ~Callback()

virtual llvm::ETMDecoder::Callback::~Callback ( )
virtualdefault

Member Function Documentation

◆ processInstructionRange()

virtual void llvm::ETMDecoder::Callback::processInstructionRange ( uint64_t Start,
uint64_t End )
pure virtual

The documentation for this class was generated from the following file: