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/VMCore/
PassManager.cpp 679 PassInf->getInterfacesImplemented();
785 const std::vector<const PassInfo*> &II = PInf->getInterfacesImplemented();
922 const std::vector<const PassInfo*> &II = PInf->getInterfacesImplemented();
    [all...]

Completed in 32 milliseconds