LLVM 20.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 24 of file BoundsChecking.h.
Definition at line 25 of file BoundsChecking.h.
bool llvm::BoundsCheckingPass::Options::Runtime::MayReturn |
Definition at line 28 of file BoundsChecking.h.
Referenced by getRuntimeCallName().
bool llvm::BoundsCheckingPass::Options::Runtime::MinRuntime |
Definition at line 27 of file BoundsChecking.h.
Referenced by getRuntimeCallName().