Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h88 void removeRegistrationListener(PassRegistrationListener *L);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp115 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) { in removeRegistrationListener() function in PassRegistry