Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DValueEnumerator.h65 using ComdatSetType = UniqueVector<const Comdat *>; variable
66 ComdatSetType Comdats;
224 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()