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

  /external/llvm/include/llvm/
PassRegistry.h 79 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
81 void removeRegistrationListener(PassRegistrationListener *L);
  /external/llvm/lib/IR/
Pass.cpp 211 PassRegistry::getPassRegistry()->removeRegistrationListener(this);
PassRegistry.cpp 195 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) {
198 // NOTE: This is necessary, because removeRegistrationListener() can be called

Completed in 24 milliseconds