Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h84 explicit DIDescriptor() : DbgNode(0) {} in DIDescriptor() function
85 explicit DIDescriptor(const MDNode *N) : DbgNode(N) {} in DIDescriptor() function
136 explicit DISubrange(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
146 : DIDescriptor(N) {} in DIDescriptor() function
157 explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {} in DIDescriptor() function
223 explicit DIEnumerator(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
421 explicit DITemplateTypeParameter(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
439 explicit DITemplateValueParameter(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
571 explicit DIGlobalVariable(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() function
620 : DIDescriptor(N) {} in DIDescriptor() function
DDIBuilder.h31 class DIDescriptor; variable
/external/swiftshader/third_party/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 DILexicalBlockFile F) : DbgNode(F.DbgNode) { in DIDescriptor() function in DIDescriptor
45 DIDescriptor::DIDescriptor(const DILexicalBlock F) : DbgNode(F.DbgNode) { in DIDescriptor() function in DIDescriptor
48 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode) { in DIDescriptor() function in DIDescriptor
51 DIDescriptor::DIDescriptor(const DIType F) : DbgNode(F.DbgNode) { in DIDescriptor() function in DIDescriptor