Method AddFunctionAttrsPass
AddFunctionAttrsPass<T>(T)
A simple inter-procedural pass which walks the call-graph to apply attributes that are statically verifiable
Declaration
public static T AddFunctionAttrsPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddFunctionAttrsPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
T | passManager | Pass manager to add the pass to |
Returns
T |
|
Type Parameters
T | PassManager type |