Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Linker/
DLinker.h32 bool IsPacked; member
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
/external/llvm/lib/Linker/
DLinkModules.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()
1620 : ETypes(E), IsPacked(P) {} in KeyTy()
1623 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy()
1626 if (IsPacked != That.IsPacked) in operator ==()
1647 Key.IsPacked); in getHashValue()
1692 bool IsPacked) { in findNonOpaque() argument
1693 Linker::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked); in findNonOpaque()