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

/external/llvm/include/llvm/
H A DDebugInfo.h48 /// DIDescriptor - A thin wraper around MDNode to access encoded debug info.
51 class DIDescriptor { class in namespace:llvm
77 DIDescriptor getDescriptorField(unsigned Elt) const;
90 explicit DIDescriptor() : DbgNode(0) {} function in class:llvm::DIDescriptor
91 explicit DIDescriptor(const MDNode *N) : DbgNode(N) {} function in class:llvm::DIDescriptor
92 explicit DIDescriptor(const DIFile F);
93 explicit DIDescriptor(const DISubprogram F);
94 explicit DIDescriptor(const DILexicalBlockFile F);
95 explicit DIDescriptor(const DILexicalBlock F);
96 explicit DIDescriptor(cons
[all...]
/external/llvm/lib/IR/
H A DDebugInfo.cpp33 // DIDescriptor
36 DIDescriptor::DIDescriptor(const DIFile F) : DbgNode(F.DbgNode) { function in class:DIDescriptor
39 DIDescriptor::DIDescriptor(const DISubprogram F) : DbgNode(F.DbgNode) { function in class:DIDescriptor
42 DIDescriptor::DIDescriptor(const DILexicalBlockFile F) : DbgNode(F.DbgNode) { function in class:DIDescriptor
45 DIDescriptor::DIDescriptor(const DILexicalBlock F) : DbgNode(F.DbgNode) { function in class:DIDescriptor
48 DIDescriptor function in class:DIDescriptor
51 DIDescriptor::DIDescriptor(const DIType F) : DbgNode(F.DbgNode) { function in class:DIDescriptor
[all...]

Completed in 2789 milliseconds