Searched refs:ComdatSetType (Results 1 – 2 of 2) sorted by relevance
62 typedef UniqueVector<const Comdat *> ComdatSetType; typedef63 ComdatSetType Comdats;216 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()
67 using ComdatSetType = UniqueVector<const Comdat *>; variable68 ComdatSetType Comdats;226 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()