Searched refs:PassRegistrationListener (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h30 struct PassRegistrationListener;
49 std::vector<PassRegistrationListener *> Listeners;
80 /// PassRegistrationListener's passEnumerate() callback on each of them.
81 void enumerateWith(PassRegistrationListener *L);
83 /// addRegistrationListener - Register the given PassRegistrationListener
85 void addRegistrationListener(PassRegistrationListener *L);
87 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
89 void removeRegistrationListener(PassRegistrationListener *L);
H A DPassSupport.h195 /// PassRegistrationListener class - This class is meant to be derived from by
200 struct PassRegistrationListener { struct in namespace:llvm
201 PassRegistrationListener() = default;
202 virtual ~PassRegistrationListener() = default;
213 /// enumeratePasses on this PassRegistrationListener object.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp73 void PassRegistry::enumerateWith(PassRegistrationListener *L) {
118 void PassRegistry::addRegistrationListener(PassRegistrationListener *L) {
123 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) {
H A DPass.cpp205 // PassRegistrationListener implementation
210 void PassRegistrationListener::enumeratePasses() {
230 struct GetCFGOnlyPasses : public PassRegistrationListener {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h41 class PassNameParser : public PassRegistrationListener,
66 // Implement the PassRegistrationListener callbacks used to populate our map

Completed in 168 milliseconds