struct BoundsCheckingPass
Declaration
struct BoundsCheckingPass : public PassInfoMixin { /* full declaration omitted */ };
Description
A pass to instrument code and perform run-time bounds checking on loads, stores, and other memory intrinsics.
Declared at: llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h:18
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & AM)
Methods
ΒΆllvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
Declared at: llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h:19