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

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DPass.cpp163 const PassInfo *Pass::lookupPassInfo(const void *TI) { function in class:Pass
167 const PassInfo *Pass::lookupPassInfo(StringRef Arg) { function in class:Pass
256 const PassInfo *PI = Pass::lookupPassInfo(Arg);
/freebsd-10.2-release/contrib/llvm/include/llvm/
H A DPass.h181 // lookupPassInfo - Return the pass info object for the specified pass class,
183 static const PassInfo *lookupPassInfo(const void *TI);
185 // lookupPassInfo - Return the pass info object for the pass with the given
187 static const PassInfo *lookupPassInfo(StringRef Arg);

Completed in 189 milliseconds