HomeSort by relevance Sort by last modified time
    Searched refs:PassRegistrationListener (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
PassRegistry.h 32 struct PassRegistrationListener;
51 std::vector<PassRegistrationListener *> Listeners;
82 /// PassRegistrationListener's passEnumerate() callback on each of them.
83 void enumerateWith(PassRegistrationListener *L);
85 /// addRegistrationListener - Register the given PassRegistrationListener
87 void addRegistrationListener(PassRegistrationListener *L);
89 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
91 void removeRegistrationListener(PassRegistrationListener *L);
PassSupport.h 220 /// PassRegistrationListener class - This class is meant to be derived from by
226 struct PassRegistrationListener {
228 PassRegistrationListener() {}
229 virtual ~PassRegistrationListener() {}
242 /// enumeratePasses on this PassRegistrationListener object.
  /external/llvm/lib/IR/
PassRegistry.cpp 73 void PassRegistry::enumerateWith(PassRegistrationListener *L) {
120 void PassRegistry::addRegistrationListener(PassRegistrationListener *L) {
125 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) {
Pass.cpp 216 // PassRegistrationListener implementation
222 void PassRegistrationListener::enumeratePasses() {
242 struct GetCFGOnlyPasses : public PassRegistrationListener {
  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 42 class PassNameParser : public PassRegistrationListener,
67 // Implement the PassRegistrationListener callbacks used to populate our map

Completed in 49 milliseconds