Home
last modified time | relevance | path

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

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