Searched defs:IsUnion (Results 1 – 2 of 2) sorted by relevance
97 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { in BTFTypeFwd()526 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()1212 bool IsUnion = Fixup.second.first; in endModule() local
474 inline bool IsUnion(const Type &type) { in IsUnion() function