LLVM 19.0.0git
Public Attributes | List of all members
llvm::TargetPassConfig::StartStopInfo Struct Reference

#include "llvm/CodeGen/TargetPassConfig.h"

Public Attributes

bool StartAfter
 
bool StopAfter
 
unsigned StartInstanceNum
 
unsigned StopInstanceNum
 
StringRef StartPass
 
StringRef StopPass
 

Detailed Description

Definition at line 179 of file TargetPassConfig.h.

Member Data Documentation

◆ StartAfter

bool llvm::TargetPassConfig::StartStopInfo::StartAfter

Definition at line 180 of file TargetPassConfig.h.

◆ StartInstanceNum

unsigned llvm::TargetPassConfig::StartStopInfo::StartInstanceNum

Definition at line 182 of file TargetPassConfig.h.

◆ StartPass

StringRef llvm::TargetPassConfig::StartStopInfo::StartPass

Definition at line 184 of file TargetPassConfig.h.

◆ StopAfter

bool llvm::TargetPassConfig::StartStopInfo::StopAfter

Definition at line 181 of file TargetPassConfig.h.

◆ StopInstanceNum

unsigned llvm::TargetPassConfig::StartStopInfo::StopInstanceNum

Definition at line 183 of file TargetPassConfig.h.

◆ StopPass

StringRef llvm::TargetPassConfig::StartStopInfo::StopPass

Definition at line 185 of file TargetPassConfig.h.


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