HomeSort by relevance Sort by last modified time
    Searched full:removeregistrationlistener (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/
PassRegistry.h 77 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
79 void removeRegistrationListener(PassRegistrationListener *L);
  /external/llvm/lib/VMCore/
PassRegistry.cpp 194 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) {
197 // NOTE: This is necessary, because removeRegistrationListener() can be called
Pass.cpp 232 PassRegistry::getPassRegistry()->removeRegistrationListener(this);

Completed in 560 milliseconds