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

  /external/llvm/include/llvm/
PassSupport.h 204 /// PassRegistrationListener class - This class is meant to be derived from by
210 struct PassRegistrationListener {
211 PassRegistrationListener() {}
212 virtual ~PassRegistrationListener() {}
225 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassSupport.h 204 /// PassRegistrationListener class - This class is meant to be derived from by
210 struct PassRegistrationListener {
211 PassRegistrationListener() {}
212 virtual ~PassRegistrationListener() {}
225 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/
PassSupport.h 194 /// PassRegistrationListener class - This class is meant to be derived from by
200 struct PassRegistrationListener {
201 PassRegistrationListener() {}
202 virtual ~PassRegistrationListener() {}
215 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/
PassSupport.h 194 /// PassRegistrationListener class - This class is meant to be derived from by
200 struct PassRegistrationListener {
201 PassRegistrationListener() {}
202 virtual ~PassRegistrationListener() {}
215 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassSupport.h 204 /// PassRegistrationListener class - This class is meant to be derived from by
210 struct PassRegistrationListener {
211 PassRegistrationListener() {}
212 virtual ~PassRegistrationListener() {}
225 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/
PassSupport.h 194 /// PassRegistrationListener class - This class is meant to be derived from by
200 struct PassRegistrationListener {
201 PassRegistrationListener() {}
202 virtual ~PassRegistrationListener() {}
215 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/
PassSupport.h 194 /// PassRegistrationListener class - This class is meant to be derived from by
200 struct PassRegistrationListener {
201 PassRegistrationListener() {}
202 virtual ~PassRegistrationListener() {}
215 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/
PassSupport.h 192 /// PassRegistrationListener class - This class is meant to be derived from by
197 struct PassRegistrationListener {
198 PassRegistrationListener() = default;
199 virtual ~PassRegistrationListener() = default;
210 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/
PassSupport.h 192 /// PassRegistrationListener class - This class is meant to be derived from by
197 struct PassRegistrationListener {
198 PassRegistrationListener() = default;
199 virtual ~PassRegistrationListener() = default;
210 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/
PassSupport.h 192 /// PassRegistrationListener class - This class is meant to be derived from by
197 struct PassRegistrationListener {
198 PassRegistrationListener() = default;
199 virtual ~PassRegistrationListener() = default;
210 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/
PassSupport.h 192 /// PassRegistrationListener class - This class is meant to be derived from by
197 struct PassRegistrationListener {
198 PassRegistrationListener() = default;
199 virtual ~PassRegistrationListener() = default;
210 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/
PassSupport.h 192 /// PassRegistrationListener class - This class is meant to be derived from by
197 struct PassRegistrationListener {
198 PassRegistrationListener() = default;
199 virtual ~PassRegistrationListener() = default;
210 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/
PassSupport.h 192 /// PassRegistrationListener class - This class is meant to be derived from by
197 struct PassRegistrationListener {
198 PassRegistrationListener() = default;
199 virtual ~PassRegistrationListener() = default;
210 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/
PassSupport.h 192 /// PassRegistrationListener class - This class is meant to be derived from by
197 struct PassRegistrationListener {
198 PassRegistrationListener() = default;
199 virtual ~PassRegistrationListener() = default;
210 /// enumeratePasses on this PassRegistrationListener object.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/
PassSupport.h 192 /// PassRegistrationListener class - This class is meant to be derived from by
197 struct PassRegistrationListener {
198 PassRegistrationListener() = default;
199 virtual ~PassRegistrationListener() = default;
210 /// enumeratePasses on this PassRegistrationListener object.
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Pass.cpp 217 // PassRegistrationListener implementation
220 // PassRegistrationListener ctor - Add the current object to the list of
222 PassRegistrationListener::PassRegistrationListener() {
227 PassRegistrationListener::~PassRegistrationListener() {
234 void PassRegistrationListener::enumeratePasses() {
245 struct GetCFGOnlyPasses : public PassRegistrationListener {
  /external/swiftshader/third_party/LLVM/include/llvm/
PassSupport.h 299 /// PassRegistrationListener class - This class is meant to be derived from by
307 struct PassRegistrationListener {
309 /// PassRegistrationListener ctor - Add the current object to the list of
311 PassRegistrationListener();
315 virtual ~PassRegistrationListener();
328 /// enumeratePasses on this PassRegistrationListener object.

Completed in 459 milliseconds