Searched defs:PassInfo (Results 1 - 2 of 2) 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
56 /// PassInfo ctor - Do not call this directly, this should only be invoked
59 PassInfo(const char *name, const void *pi) function in class:llvm::PassInfo
117 "Cannot call createPass on PassInfo withou
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DPassSupport.h33 /// PassInfo class - An instance of this class exists for every pass known by
38 class PassInfo { class in namespace:llvm
49 std::vector<const PassInfo*> ItfImpl;// Interfaces implemented by this pass
54 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(const char *name, const char *arg, const void *pi, function in class:llvm::PassInfo
61 /// PassInfo ctor - Do not call this directly, this should only be invoked
64 PassInfo(const char *name, const void *pi) function in class:llvm::PassInfo
116 void addInterfaceImplemented(const PassInfo *ItfPI) {
123 const std::vector<const PassInfo*> &getInterfacesImplemented() const {
128 void operator=(const PassInfo
[all...]

Completed in 180 milliseconds