OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeRegistrationListener
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/
PassRegistry.h
77
///
removeRegistrationListener
- Unregister a PassRegistrationListener so that
79
void
removeRegistrationListener
(PassRegistrationListener *L);
/external/llvm/lib/VMCore/
Pass.cpp
228
PassRegistry::getPassRegistry()->
removeRegistrationListener
(this);
PassRegistry.cpp
193
void PassRegistry::
removeRegistrationListener
(PassRegistrationListener *L) {
196
// NOTE: This is necessary, because
removeRegistrationListener
() can be called
Completed in 805 milliseconds