Searched refs:AllEnumTypes (Results 1 – 2 of 2) sorted by relevance
34 AllEnumTypes.assign(ETs.begin(), ETs.end()); in DIBuilder()71 if (!AllEnumTypes.empty()) in finalize()73 VMContext, SmallVector<Metadata *, 16>(AllEnumTypes.begin(), in finalize()74 AllEnumTypes.end()))); in finalize()576 AllEnumTypes.emplace_back(CTy); in createEnumerationType()
55 SmallVector<TrackingMDNodeRef, 4> AllEnumTypes; variable