Home
last modified time | relevance | path

Searched refs:IsPacked (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Linker/
HDLinker.h32 bool IsPacked; member
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp330 bool IsPacked = STy->isPacked(); in get() local
332 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked); in get()
341 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) { in get()
1641 : ETypes(E), IsPacked(P) {} in KeyTy()
1644 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy()
1647 if (IsPacked != That.IsPacked) in operator ==()
1668 Key.IsPacked); in getHashValue()
1713 bool IsPacked) { in findNonOpaque() argument
1714 Linker::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked); in findNonOpaque()