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 163 const PassInfo *Pass::lookupPassInfo(const void *TI) {
167 const PassInfo *Pass::lookupPassInfo(StringRef Arg) {
256 const PassInfo *PI = Pass::lookupPassInfo(Arg);
  /external/llvm/include/llvm/
Pass.h 181 // 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 3269 milliseconds