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

  /external/llvm/lib/IR/
Pass.cpp 187 const PassInfo *Pass::lookupPassInfo(const void *TI) {
191 const PassInfo *Pass::lookupPassInfo(StringRef Arg) {
270 const PassInfo *PI = Pass::lookupPassInfo(Arg);
  /external/llvm/include/llvm/
Pass.h 182 // 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 505 milliseconds