Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DDIBuilder.h34 class DIType; variable
DDebugInfo.h45 class DIType; variable
244 DIType(const MDNode *N, bool, bool) : DIScope(N) {} in DIType() function
249 explicit DIType() {} in DIType() function
321 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {} in DIType() function
339 : DIType(N, true, true) {} in DIType() function
/external/llvm/lib/VMCore/
DDebugInfo.cpp301 DIType::DIType(const MDNode *N) : DIScope(N) { in DIType() function in DIType