LLVM 20.0.0git
|
Public Member Functions | |
ReportingOpts (BoundsCheckingPass::ReportingMode Mode) | |
Public Attributes | |
bool | MayReturn = false |
bool | UseTrap = false |
bool | MinRuntime = false |
StringRef | Name |
Definition at line 168 of file BoundsChecking.cpp.
|
inline |
Definition at line 174 of file BoundsChecking.cpp.
References MayReturn, MinRuntime, Name, and UseTrap.
bool ReportingOpts::MayReturn = false |
Definition at line 169 of file BoundsChecking.cpp.
Referenced by addBoundsChecking(), and ReportingOpts().
bool ReportingOpts::MinRuntime = false |
Definition at line 171 of file BoundsChecking.cpp.
Referenced by ReportingOpts().
StringRef ReportingOpts::Name |
Definition at line 172 of file BoundsChecking.cpp.
Referenced by addBoundsChecking(), and ReportingOpts().
bool ReportingOpts::UseTrap = false |
Definition at line 170 of file BoundsChecking.cpp.
Referenced by addBoundsChecking(), and ReportingOpts().