Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h62 typedef UniqueVector<const Comdat *> ComdatSetType; typedef
63 ComdatSetType Comdats;
216 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h67 using ComdatSetType = UniqueVector<const Comdat *>; variable
68 ComdatSetType Comdats;
226 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()