reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
76 template <typename PassName> Pass *callDefaultCtor() { return new PassName(); } 94 : PassInfo(Name, PassArg, &passName::ID, 95 PassInfo::NormalCtor_t(callDefaultCtor<passName>), CFGOnly,lib/Transforms/Hello/Hello.cpp
63 static RegisterPass<Hello2>