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