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

  /external/llvm/include/llvm/Linker/
IRMover.h 27 ArrayRef<Type *> ETypes;
54 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /external/llvm/lib/IR/
LLVMContextImpl.h 81 ArrayRef<Type*> ETypes;
84 ETypes(E), isPacked(P) {}
86 : ETypes(ST->elements()), isPacked(ST->isPacked()) {}
90 if (ETypes != that.ETypes)
105 return hash_combine(hash_combine_range(Key.ETypes.begin(),
106 Key.ETypes.end()),
    [all...]

Completed in 1429 milliseconds