Home
last modified time | relevance | path

Searched defs:TypedDINodeRef (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h60 TypedDINodeRef(std::nullptr_t) {} in TypedDINodeRef() function
61 TypedDINodeRef(const T *MD) : MD(MD) {} in TypedDINodeRef() function
63 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { in TypedDINodeRef() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h76 TypedDINodeRef(std::nullptr_t) {} in TypedDINodeRef() function
77 TypedDINodeRef(const T *MD) : MD(MD) {} in TypedDINodeRef() function
79 explicit TypedDINodeRef(const Metadata *MD) : MD(MD) { in TypedDINodeRef() function