LLVM 22.0.0git
|
#include "llvm/Transforms/Instrumentation/BoundsChecking.h"
Public Member Functions | |
Runtime (bool MinRuntime, bool MayReturn) |
Public Attributes | |
bool | MinRuntime |
bool | MayReturn |
Definition at line 25 of file BoundsChecking.h.
Definition at line 26 of file BoundsChecking.h.
References MayReturn, and MinRuntime.
bool llvm::BoundsCheckingPass::Options::Runtime::MayReturn |
Definition at line 29 of file BoundsChecking.h.
Referenced by getRuntimeCallName(), and Runtime().
bool llvm::BoundsCheckingPass::Options::Runtime::MinRuntime |
Definition at line 28 of file BoundsChecking.h.
Referenced by getRuntimeCallName(), and Runtime().