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;
101 /// getPassID - Return the PassID number that corresponds to this pass.
103 return PassID;
PassSupport.h 45 const void *PassID;
58 : PassName(name), PassArgument(arg), PassID(pi),
65 : PassName(name), PassArgument(""), PassID(pi),
81 const void *getTypeInfo() const { return PassID; }
83 /// Return true if this PassID implements the specified ID pointer.
85 return PassID == IDPtr;
234 const void *PassID = 0,

Completed in 335 milliseconds