LLVM
8.0.1
|
A pass to instrument code and perform run-time bounds checking on loads, stores, and other memory intrinsics. More...
#include "llvm/Transforms/Instrumentation/BoundsChecking.h"
Public Member Functions | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< BoundsCheckingPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
A pass to instrument code and perform run-time bounds checking on loads, stores, and other memory intrinsics.
Definition at line 19 of file BoundsChecking.h.
PreservedAnalyses BoundsCheckingPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 208 of file BoundsChecking.cpp.
References addBoundsChecking(), llvm::AnalysisUsage::addRequired(), llvm::PreservedAnalyses::all(), F(), llvm::PassRegistry::getPassRegistry(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), INITIALIZE_PASS_BEGIN(), INITIALIZE_PASS_DEPENDENCY, llvm::initializeBoundsCheckingLegacyPassPass(), llvm::PreservedAnalyses::none(), and runOnFunction().