Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/
DPassRegistry.h89 void removeRegistrationListener(PassRegistrationListener *L);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DPassRegistry.cpp115 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) { in removeRegistrationListener() function in PassRegistry