Searched defs:DISubrange (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h156 /// DISubrange - This is used to represent ranges, for array bounds.
157 class DISubrange : public DIDescriptor { class in namespace:llvm
162 explicit DISubrange(const MDNode *N = nullptr) : DIDescriptor(N) {} function in class:llvm::DISubrange

Completed in 694 milliseconds