/external/llvm/include/llvm/IR/ |
DebugInfoMetadata.h | 55 template <class T> class TypedDINodeRef { 59 TypedDINodeRef() = default; 60 TypedDINodeRef(std::nullptr_t) {} 61 TypedDINodeRef(const T *MD) : MD(MD) {} 63 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 68 TypedDINodeRef( 69 const TypedDINodeRef<U> &X, 78 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 79 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 82 typedef TypedDINodeRef<DINode> DINodeRef [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.h | 179 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const { 536 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const {
|
DwarfUnit.h | 330 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const {
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
DebugInfoMetadata.h | 68 template <class T> class TypedDINodeRef { 72 TypedDINodeRef() = default; 73 TypedDINodeRef(std::nullptr_t) {} 74 TypedDINodeRef(const T *MD) : MD(MD) {} 76 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 81 TypedDINodeRef( 82 const TypedDINodeRef<U> &X, 91 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 92 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 95 typedef TypedDINodeRef<DINode> DINodeRef [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
DebugInfoMetadata.h | 68 template <class T> class TypedDINodeRef { 72 TypedDINodeRef() = default; 73 TypedDINodeRef(std::nullptr_t) {} 74 TypedDINodeRef(const T *MD) : MD(MD) {} 76 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 81 TypedDINodeRef( 82 const TypedDINodeRef<U> &X, 91 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 92 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 95 typedef TypedDINodeRef<DINode> DINodeRef [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
DebugInfoMetadata.h | 69 template <class T> class TypedDINodeRef { 73 TypedDINodeRef() = default; 74 TypedDINodeRef(std::nullptr_t) {} 75 TypedDINodeRef(const T *MD) : MD(MD) {} 77 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { 82 TypedDINodeRef( 83 const TypedDINodeRef<U> &X, 92 bool operator==(const TypedDINodeRef<T> &X) const { return MD == X.MD; } 93 bool operator!=(const TypedDINodeRef<T> &X) const { return MD != X.MD; } 96 using DINodeRef = TypedDINodeRef<DINode> [all...] |