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

  /external/llvm/include/llvm/
PassSupport.h 121 /// getInterfacesImplemented - Return a list of all of the analysis group
124 const std::vector<const PassInfo*> &getInterfacesImplemented() const {
  /external/llvm/lib/IR/
PassManager.cpp 718 PassInf->getInterfacesImplemented();
824 const std::vector<const PassInfo*> &II = PInf->getInterfacesImplemented();
961 const std::vector<const PassInfo*> &II = PInf->getInterfacesImplemented();
    [all...]

Completed in 58 milliseconds