Searched defs:PassInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DPassInfo.h1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
25 /// PassInfo class - An instance of this class exists for every pass known by
30 class PassInfo { class in namespace:llvm
42 std::vector<const PassInfo*> ItfImpl;// Interfaces implemented by this pass
48 /// PassInfo ctor - Do not call this directly, this should only be invoked
50 PassInfo(const char *name, const char *arg, const void *pi, function in class:llvm::PassInfo
57 /// PassInfo ctor - Do not call this directly, this should only be invoked
60 PassInfo(const char *name, const void *pi) function in class:llvm::PassInfo
121 "Cannot call createPass on PassInfo withou
[all...]

Completed in 204 milliseconds