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

  /external/llvm/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
25 /// PassInfo class - An instance of this class exists for every pass known by
30 class PassInfo {
42 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
48 /// PassInfo ctor - Do not call this directly, this should only be invoked
50 PassInfo(const char *name, const char *arg, const void *pi,
56 /// PassInfo ctor - Do not call this directly, this should only be invoked
59 PassInfo(const char *name, const void *pi)
117 "Cannot call createPass on PassInfo without default ctor!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
27 /// PassInfo class - An instance of this class exists for every pass known by
32 class PassInfo {
44 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
50 /// PassInfo ctor - Do not call this directly, this should only be invoked
52 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
58 /// PassInfo ctor - Do not call this directly, this should only be invoked
61 PassInfo(StringRef name, const void *pi)
119 "Cannot call createPass on PassInfo without default ctor!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
27 /// PassInfo class - An instance of this class exists for every pass known by
32 class PassInfo {
43 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
48 /// PassInfo ctor - Do not call this directly, this should only be invoked
50 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
54 /// PassInfo ctor - Do not call this directly, this should only be invoked
57 PassInfo(StringRef name, const void *pi)
104 "Cannot call createPass on PassInfo without default ctor!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
27 /// PassInfo class - An instance of this class exists for every pass known by
32 class PassInfo {
43 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
48 /// PassInfo ctor - Do not call this directly, this should only be invoked
50 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
54 /// PassInfo ctor - Do not call this directly, this should only be invoked
57 PassInfo(StringRef name, const void *pi)
104 "Cannot call createPass on PassInfo without default ctor!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
26 /// PassInfo class - An instance of this class exists for every pass known by
31 class PassInfo {
42 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
46 /// PassInfo ctor - Do not call this directly, this should only be invoked
48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
53 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(StringRef name, const void *pi)
59 PassInfo(const PassInfo &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
26 /// PassInfo class - An instance of this class exists for every pass known by
31 class PassInfo {
42 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
46 /// PassInfo ctor - Do not call this directly, this should only be invoked
48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
53 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(StringRef name, const void *pi)
59 PassInfo(const PassInfo &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
26 /// PassInfo class - An instance of this class exists for every pass known by
31 class PassInfo {
42 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
46 /// PassInfo ctor - Do not call this directly, this should only be invoked
48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
53 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(StringRef name, const void *pi)
59 PassInfo(const PassInfo &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
26 /// PassInfo class - An instance of this class exists for every pass known by
31 class PassInfo {
42 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
46 /// PassInfo ctor - Do not call this directly, this should only be invoked
48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
53 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(StringRef name, const void *pi)
59 PassInfo(const PassInfo &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
27 /// PassInfo class - An instance of this class exists for every pass known by
32 class PassInfo {
44 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
50 /// PassInfo ctor - Do not call this directly, this should only be invoked
52 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
58 /// PassInfo ctor - Do not call this directly, this should only be invoked
61 PassInfo(StringRef name, const void *pi)
119 "Cannot call createPass on PassInfo without default ctor!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
27 /// PassInfo class - An instance of this class exists for every pass known by
32 class PassInfo {
43 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
48 /// PassInfo ctor - Do not call this directly, this should only be invoked
50 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
54 /// PassInfo ctor - Do not call this directly, this should only be invoked
57 PassInfo(StringRef name, const void *pi)
104 "Cannot call createPass on PassInfo without default ctor!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
27 /// PassInfo class - An instance of this class exists for every pass known by
32 class PassInfo {
43 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
48 /// PassInfo ctor - Do not call this directly, this should only be invoked
50 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
54 /// PassInfo ctor - Do not call this directly, this should only be invoked
57 PassInfo(StringRef name, const void *pi)
104 "Cannot call createPass on PassInfo without default ctor!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
26 /// PassInfo class - An instance of this class exists for every pass known by
31 class PassInfo {
42 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
46 /// PassInfo ctor - Do not call this directly, this should only be invoked
48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
53 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(StringRef name, const void *pi)
59 PassInfo(const PassInfo &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
26 /// PassInfo class - An instance of this class exists for every pass known by
31 class PassInfo {
42 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
46 /// PassInfo ctor - Do not call this directly, this should only be invoked
48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
53 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(StringRef name, const void *pi)
59 PassInfo(const PassInfo &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
26 /// PassInfo class - An instance of this class exists for every pass known by
31 class PassInfo {
42 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
46 /// PassInfo ctor - Do not call this directly, this should only be invoked
48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
53 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(StringRef name, const void *pi)
59 PassInfo(const PassInfo &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
10 // This file defines and implements the PassInfo class.
26 /// PassInfo class - An instance of this class exists for every pass known by
31 class PassInfo {
42 std::vector<const PassInfo *> ItfImpl; // Interfaces implemented by this pass
46 /// PassInfo ctor - Do not call this directly, this should only be invoked
48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal,
53 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(StringRef name, const void *pi)
59 PassInfo(const PassInfo &) = delete
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
PassSupport.h 33 /// PassInfo class - An instance of this class exists for every pass known by
38 class PassInfo {
49 std::vector<const PassInfo*> ItfImpl;// Interfaces implemented by this pass
54 /// PassInfo ctor - Do not call this directly, this should only be invoked
56 PassInfo(const char *name, const char *arg, const void *pi,
61 /// PassInfo ctor - Do not call this directly, this should only be invoked
64 PassInfo(const char *name, const void *pi)
116 void addInterfaceImplemented(const PassInfo *ItfPI) {
123 const std::vector<const PassInfo*> &getInterfacesImplemented() const {
128 void operator=(const PassInfo &); // do not implemen
    [all...]

Completed in 307 milliseconds