Searched refs:ETypes (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h28 ArrayRef<Type *> ETypes; member in struct:llvm::IRMover::StructTypeKeyInfo::KeyTy
58 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp67 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
217 ArrayRef<Type *> ETypes) {
218 DTy->setBody(ETypes, STy->isPacked());
1490 : ETypes(E), IsPacked(P) {}
1493 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {}
1496 return IsPacked == That.IsPacked && ETypes == That.ETypes;
1512 return hash_combine(hash_combine_range(Key.ETypes.begin(), Key.ETypes.end()),
1553 IRMover::IdentifiedStructTypeSet::findNonOpaque(ArrayRef<Type *> ETypes, argument
216 finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h97 ArrayRef<Type*> ETypes; member in struct:llvm::AnonStructTypeKeyInfo::KeyTy
101 ETypes(E), isPacked(P) {}
104 : ETypes(ST->elements()), isPacked(ST->isPacked()) {}
109 if (ETypes != that.ETypes)
127 return hash_combine(hash_combine_range(Key.ETypes.begin(),
128 Key.ETypes.end()),
H A DType.cpp356 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, argument
359 const AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
373 ST->setBody(ETypes, isPacked);

Completed in 67 milliseconds