LLVM 24.0.0git
llvm::ChangeReporter< IRUnitT >::BeforeIR Struct Reference

#include "llvm/Passes/StandardInstrumentations.h"

Public Attributes

IRUnitT Data
bool IsInteresting = false

Detailed Description

template<typename IRUnitT>
struct llvm::ChangeReporter< IRUnitT >::BeforeIR

Definition at line 251 of file StandardInstrumentations.h.

Member Data Documentation

◆ Data

template<typename IRUnitT>
IRUnitT llvm::ChangeReporter< IRUnitT >::BeforeIR::Data

Definition at line 252 of file StandardInstrumentations.h.

◆ IsInteresting

template<typename IRUnitT>
bool llvm::ChangeReporter< IRUnitT >::BeforeIR::IsInteresting = false

Definition at line 253 of file StandardInstrumentations.h.


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