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

  /external/llvm/include/llvm/
PassRegistry.h 75 /// addRegistrationListener - Register the given PassRegistrationListener
77 void addRegistrationListener(PassRegistrationListener *L);
  /external/llvm/lib/IR/
Pass.cpp 206 PassRegistry::getPassRegistry()->addRegistrationListener(this);
PassRegistry.cpp 189 void PassRegistry::addRegistrationListener(PassRegistrationListener *L) {

Completed in 45 milliseconds