LLVM 20.0.0git
|
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 |
Definition at line 169 of file BoundsChecking.cpp.
|
inline |
Definition at line 176 of file BoundsChecking.cpp.
Definition at line 173 of file BoundsChecking.cpp.
Referenced by addBoundsChecking().
bool ReportingOpts::MayReturn = false |
Definition at line 170 of file BoundsChecking.cpp.
Referenced by addBoundsChecking().
bool ReportingOpts::MinRuntime = false |
Definition at line 172 of file BoundsChecking.cpp.
StringRef ReportingOpts::Name |
Definition at line 174 of file BoundsChecking.cpp.
Referenced by addBoundsChecking().
bool ReportingOpts::UseTrap = false |
Definition at line 171 of file BoundsChecking.cpp.
Referenced by addBoundsChecking().