HomeSort by relevance Sort by last modified time
    Searched refs:ComdatSetType (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 62 typedef UniqueVector<const Comdat *> ComdatSetType;
63 ComdatSetType Comdats;
216 const ComdatSetType &getComdats() const { return Comdats; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 67 using ComdatSetType = UniqueVector<const Comdat *>;
68 ComdatSetType Comdats;
226 const ComdatSetType &getComdats() const { return Comdats; }

Completed in 807 milliseconds