Home
last modified time | relevance | path

Searched refs:ComdatSetType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h67 using ComdatSetType = UniqueVector<const Comdat *>; variable
68 ComdatSetType Comdats;
226 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()