Home
last modified time | relevance | path

Searched refs:CheckDebugifyFunctionPass (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp892 struct CheckDebugifyFunctionPass : public FunctionPass { struct
906 CheckDebugifyFunctionPass( in CheckDebugifyFunctionPass() function
1002 return new CheckDebugifyFunctionPass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyFunctionPass()
1004 return new CheckDebugifyFunctionPass(false, NameOfWrappedPass, nullptr, Mode, in createCheckDebugifyFunctionPass()
1083 char CheckDebugifyFunctionPass::ID = 0;
1084 static RegisterPass<CheckDebugifyFunctionPass>