Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDebugInfo.h83 explicit DIDescriptor() : DbgNode(0) {} in DIDescriptor() function
84 explicit DIDescriptor(const MDNode *N) : DbgNode(N) {} in DIDescriptor() function
133 explicit DISubrange(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
143 : DIDescriptor(N) {} in DIDescriptor() function
154 explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {} in DIDescriptor() function
212 explicit DIEnumerator(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
406 explicit DITemplateTypeParameter(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
424 explicit DITemplateValueParameter(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
553 explicit DIGlobalVariable(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
590 : DIDescriptor(N) {} in DIDescriptor() function
DDIBuilder.h31 class DIDescriptor; variable
/external/llvm/lib/Analysis/
DDebugInfo.cpp36 DIDescriptor::DIDescriptor(const DIFile F) : DbgNode(F.DbgNode) { in DIDescriptor() function in DIDescriptor
39 DIDescriptor::DIDescriptor(const DISubprogram F) : DbgNode(F.DbgNode) { in DIDescriptor() function in DIDescriptor
42 DIDescriptor::DIDescriptor(const DILexicalBlock F) : DbgNode(F.DbgNode) { in DIDescriptor() function in DIDescriptor
45 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode) { in DIDescriptor() function in DIDescriptor
48 DIDescriptor::DIDescriptor(const DIType F) : DbgNode(F.DbgNode) { in DIDescriptor() function in DIDescriptor