Searched refs:lookupPassInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DPass.cpp187 const PassInfo *Pass::lookupPassInfo(const void *TI) { function in class:Pass
191 const PassInfo *Pass::lookupPassInfo(StringRef Arg) { function in class:Pass
270 const PassInfo *PI = Pass::lookupPassInfo(Arg);
/external/llvm/include/llvm/
H A DPass.h182 // lookupPassInfo - Return the pass info object for the specified pass class,
184 static const PassInfo *lookupPassInfo(const void *TI);
186 // lookupPassInfo - Return the pass info object for the pass with the given
188 static const PassInfo *lookupPassInfo(StringRef Arg);

Completed in 70 milliseconds