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

/external/llvm/include/llvm/
H A DDebugInfo.h49 /// DIDescriptor - A thin wraper around MDNode to access encoded debug info.
52 class DIDescriptor { class in namespace:llvm
79 DIDescriptor getDescriptorField(unsigned Elt) const;
92 explicit DIDescriptor(const MDNode *N = 0) : DbgNode(N) {} function in class:llvm::DIDescriptor
102 // moment due to the conversion operator above making DIDescriptor nodes
106 bool operator==(DIDescriptor Other) const {
109 bool operator!=(DIDescriptor Other) const {
146 class DISubrange : public DIDescriptor {
147 friend class DIDescriptor;
150 explicit DISubrange(const MDNode *N = 0) : DIDescriptor(
[all...]

Completed in 60 milliseconds