Home
last modified time | relevance | path

Searched refs:ComdatSetType (Results 1 – 3 of 3) 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-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h66 using ComdatSetType = UniqueVector<const Comdat *>; variable
67 ComdatSetType Comdats;
225 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h64 using ComdatSetType = UniqueVector<const Comdat *>; variable
65 ComdatSetType Comdats;
223 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()