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

/external/llvm/lib/IR/
H A DPass.cpp200 const PassInfo *Pass::lookupPassInfo(const void *TI) { function in class:Pass
204 const PassInfo *Pass::lookupPassInfo(StringRef Arg) { function in class:Pass
283 const PassInfo *PI = Pass::lookupPassInfo(Arg);
/external/swiftshader/third_party/LLVM/lib/VMCore/
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
273 const PassInfo *PI = Pass::lookupPassInfo(Arg);

Completed in 133 milliseconds