Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h45 class DIType; variable
237 DIType(const MDNode *N, bool, bool) : DIScope(N) {} in DIType() function
245 explicit DIType() {} in DIType() function
324 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {} in DIType() function
346 : DIType(N, true, true) {} in DIType() function
DDIBuilder.h34 class DIType; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp296 DIType::DIType(const MDNode *N) : DIScope(N) { in DIType() function in DIType