Searched defs:DIType (Results 1 – 3 of 3) sorted by relevance
34 class DIType; variable
44 class DIType; variable226 DIType(const MDNode *N, bool, bool) : DIScope(N) {} in DIType() function234 explicit DIType() {} in DIType() function309 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {} in DIType() function331 : DIType(N, true, true) {} in DIType() function
272 DIType::DIType(const MDNode *N) : DIScope(N) { in DIType() function in DIType