LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
ReportingOpts Struct Reference

Public Member Functions

 ReportingOpts (BoundsCheckingPass::ReportingMode Mode, bool Merge)
 

Public Attributes

bool MayReturn = false
 
bool UseTrap = false
 
bool MinRuntime = false
 
bool MayMerge = true
 
StringRef Name
 

Detailed Description

Definition at line 169 of file BoundsChecking.cpp.

Constructor & Destructor Documentation

◆ ReportingOpts()

ReportingOpts::ReportingOpts ( BoundsCheckingPass::ReportingMode  Mode,
bool  Merge 
)
inline

Definition at line 176 of file BoundsChecking.cpp.

References Merge, Mode, and Name.

Member Data Documentation

◆ MayMerge

bool ReportingOpts::MayMerge = true

Definition at line 173 of file BoundsChecking.cpp.

Referenced by addBoundsChecking().

◆ MayReturn

bool ReportingOpts::MayReturn = false

Definition at line 170 of file BoundsChecking.cpp.

Referenced by addBoundsChecking().

◆ MinRuntime

bool ReportingOpts::MinRuntime = false

Definition at line 172 of file BoundsChecking.cpp.

◆ Name

StringRef ReportingOpts::Name

Definition at line 174 of file BoundsChecking.cpp.

Referenced by addBoundsChecking().

◆ UseTrap

bool ReportingOpts::UseTrap = false

Definition at line 171 of file BoundsChecking.cpp.

Referenced by addBoundsChecking().


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