HomeSort by relevance Sort by last modified time
    Searched full:passregistrationlistener (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/
PassRegistry.h 33 struct PassRegistrationListener;
58 std::vector<PassRegistrationListener*> Listeners;
93 /// PassRegistrationListener's passEnumerate() callback on each of them.
94 void enumerateWith(PassRegistrationListener *L);
96 /// addRegistrationListener - Register the given PassRegistrationListener
98 void addRegistrationListener(PassRegistrationListener *L);
100 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
102 void removeRegistrationListener(PassRegistrationListener *L);
PassSupport.h 211 /// PassRegistrationListener class - This class is meant to be derived from by
217 struct PassRegistrationListener {
219 PassRegistrationListener() {}
220 virtual ~PassRegistrationListener() {}
233 /// enumeratePasses on this PassRegistrationListener object.
  /external/llvm/lib/IR/
PassRegistry.cpp 67 for (std::vector<PassRegistrationListener*>::iterator
84 void PassRegistry::enumerateWith(PassRegistrationListener *L) {
136 void PassRegistry::addRegistrationListener(PassRegistrationListener *L) {
141 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,
69 // Implement the PassRegistrationListener callbacks used to populate our map
  /external/libcxxabi/test/
test_demangle.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.cpp     [all...]

Completed in 102 milliseconds