Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h65 using ComdatSetType = UniqueVector<const Comdat *>; variable
66 ComdatSetType Comdats;
224 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()