Searched refs:BoundsCheckingLegacyPass (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp225 struct BoundsCheckingLegacyPass : public FunctionPass { struct in namespace:__anon4573
228 BoundsCheckingLegacyPass() : FunctionPass(ID) { function in struct:__anon4573::BoundsCheckingLegacyPass
245 char BoundsCheckingLegacyPass::ID = 0;
246 INITIALIZE_PASS_BEGIN(BoundsCheckingLegacyPass, "bounds-checking",
249 INITIALIZE_PASS_END(BoundsCheckingLegacyPass, "bounds-checking",
253 return new BoundsCheckingLegacyPass();

Completed in 58 milliseconds