Searched defs:DIType (Results 1 – 3 of 3) sorted by relevance
45 class DIType; variable237 DIType(const MDNode *N, bool, bool) : DIScope(N) {} in DIType() function242 explicit DIType() {} in DIType() function310 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {} in DIType() function329 : DIType(N, true, true) {} in DIType() function
37 class DIType; variable
342 DIType::DIType(const MDNode *N) : DIScope(N) { in DIType() function in DIType