Home
last modified time | relevance | path

Searched refs:removeRegistrationListener (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/
DPassRegistry.h92 void removeRegistrationListener(PassRegistrationListener *L);
/external/llvm/lib/IR/
DPassRegistry.cpp125 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) { in removeRegistrationListener() function in PassRegistry