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 77 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
79 void removeRegistrationListener(PassRegistrationListener *L);
  /external/llvm/lib/IR/
Pass.cpp 211 PassRegistry::getPassRegistry()->removeRegistrationListener(this);
PassRegistry.cpp 194 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) {
197 // NOTE: This is necessary, because removeRegistrationListener() can be called

Completed in 394 milliseconds