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

/external/llvm/include/llvm/
H A DPassSupport.h34 /// PassInfo class - An instance of this class exists for every pass known by
39 class PassInfo { class in namespace:llvm
50 std::vector<const PassInfo*> ItfImpl;// Interfaces implemented by this pass
55 /// PassInfo ctor - Do not call this directly, this should only be invoked
57 PassInfo(const char *name, const char *arg, const void *pi, function in class:llvm::PassInfo
62 /// PassInfo ctor - Do not call this directly, this should only be invoked
65 PassInfo(const char *name, const void *pi) function in class:llvm::PassInfo
117 void addInterfaceImplemented(const PassInfo *ItfPI) {
124 const std::vector<const PassInfo*> &getInterfacesImplemented() const {
129 void operator=(const PassInfo
[all...]

Completed in 82 milliseconds