HomeSort by relevance Sort by last modified time
    Searched defs:PassID (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/
Pass.h 83 const void *PassID;
89 explicit Pass(PassKind K, char &pid) : Resolver(0), PassID(&pid), Kind(K) { }
101 /// getPassID - Return the PassID number that corresponds to this pass.
103 return PassID;
PassSupport.h 46 const void *PassID;
59 : PassName(name), PassArgument(arg), PassID(pi),
66 : PassName(name), PassArgument(""), PassID(pi),
82 const void *getTypeInfo() const { return PassID; }
84 /// Return true if this PassID implements the specified ID pointer.
86 return PassID == IDPtr;
239 const void *PassID = 0,

Completed in 44 milliseconds