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

Public Member Functions

 ReportingOpts (BoundsCheckingPass::ReportingMode Mode)
 

Public Attributes

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

Detailed Description

Definition at line 168 of file BoundsChecking.cpp.

Constructor & Destructor Documentation

◆ ReportingOpts()

ReportingOpts::ReportingOpts ( BoundsCheckingPass::ReportingMode  Mode)
inline

Definition at line 174 of file BoundsChecking.cpp.

References MayReturn, MinRuntime, Name, and UseTrap.

Member Data Documentation

◆ MayReturn

bool ReportingOpts::MayReturn = false

Definition at line 169 of file BoundsChecking.cpp.

Referenced by addBoundsChecking(), and ReportingOpts().

◆ MinRuntime

bool ReportingOpts::MinRuntime = false

Definition at line 171 of file BoundsChecking.cpp.

Referenced by ReportingOpts().

◆ Name

StringRef ReportingOpts::Name

Definition at line 172 of file BoundsChecking.cpp.

Referenced by addBoundsChecking(), and ReportingOpts().

◆ UseTrap

bool ReportingOpts::UseTrap = false

Definition at line 170 of file BoundsChecking.cpp.

Referenced by addBoundsChecking(), and ReportingOpts().


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