Home
last modified time | relevance | path

Searched defs:DIScope (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/include/llvm/
HDDebugInfo.h51 class DIScope; variable
284 explicit DIType(const MDNode *N = 0) : DIScope(N) {} in DIScope() function
396 explicit DIFile(const MDNode *N = 0) : DIScope(N) {} in DIScope() function
407 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {} in DIScope() function
434 explicit DISubprogram(const MDNode *N = 0) : DIScope(N) {} in DIScope() function
500 explicit DILexicalBlock(const MDNode *N = 0) : DIScope(N) {} in DIScope() function
511 explicit DILexicalBlockFile(const MDNode *N = 0) : DIScope(N) {} in DIScope() function
529 explicit DINameSpace(const MDNode *N = 0) : DIScope(N) {} in DIScope() function
HDDIBuilder.h49 class DIScope; variable