Home
last modified time | relevance | path

Searched refs:ComdatSetType (Results 1 – 4 of 4) 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-16.0/llvm/lib/Target/DirectX/DXILWriter/
DDXILValueEnumerator.h68 using ComdatSetType = UniqueVector<const Comdat *>; variable
69 ComdatSetType Comdats;
226 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/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h65 using ComdatSetType = UniqueVector<const Comdat *>; variable
66 ComdatSetType Comdats;
224 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()