Function type that returns an analysis of type T for a Function.

Synopsis

Declared in <llvm/Analysis/MustExecute.h>

template<typename T>
using GetterTy = std::function<T*(Function const&)>;

Created with MrDocs