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

  /external/llvm/lib/VMCore/
LLVMContextImpl.h 100 ArrayRef<Type*> ETypes;
103 ETypes(E), isPacked(P) {}
105 ETypes(that.ETypes), isPacked(that.isPacked) {}
107 ETypes(ArrayRef<Type*>(ST->element_begin(), ST->element_end())),
112 if (ETypes != that.ETypes)
127 return hash_combine(hash_combine_range(Key.ETypes.begin(),
128 Key.ETypes.end()),
Type.cpp 428 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes,
431 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
440 ST->setBody(ETypes, isPacked);

Completed in 34 milliseconds