Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h68 using ComdatSetType = UniqueVector<const Comdat *>; variable
69 ComdatSetType Comdats;
226 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()
/freebsd/contrib/llvm-project/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()