Home
last modified time | relevance | path

Searched defs:BoundsCheckingPass (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DBoundsChecking.h18 struct BoundsCheckingPass : PassInfoMixin<BoundsCheckingPass> { struct
20 static bool isRequired() { return true; } in isRequired()