|
LLVM
3.7.0
|
Wrapper to model the analysis pass concept. More...
#include <PassManagerInternal.h>
Wrapper to model the analysis pass concept.
Can wrap any type which implements a suitable run method. The method must accept the IRUnitT as an argument and produce an object which can be wrapped in a AnalysisResultModel.
Definition at line 269 of file PassManagerInternal.h.
1.8.6