LLVM 20.0.0git
|
#include "llvm/Transforms/Instrumentation/BoundsChecking.h"
Classes | |
struct | Runtime |
Public Attributes | |
std::optional< Runtime > | Rt |
bool | Merge = false |
std::optional< int8_t > | GuardKind |
Definition at line 23 of file BoundsChecking.h.
std::optional<int8_t> llvm::BoundsCheckingPass::Options::GuardKind |
Definition at line 32 of file BoundsChecking.h.
Referenced by addBoundsChecking(), and llvm::BoundsCheckingPass::printPipeline().
bool llvm::BoundsCheckingPass::Options::Merge = false |
Definition at line 31 of file BoundsChecking.h.
Referenced by addBoundsChecking(), and llvm::BoundsCheckingPass::printPipeline().
std::optional<Runtime> llvm::BoundsCheckingPass::Options::Rt |
Definition at line 30 of file BoundsChecking.h.
Referenced by addBoundsChecking(), and llvm::BoundsCheckingPass::printPipeline().