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

  /external/llvm/include/llvm/Linker/
IRMover.h 28 bool IsPacked;
54 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /external/llvm/lib/Linker/
IRMover.cpp 167 DSTy->isPacked() != SSTy->isPacked())
202 DstSTy->setBody(Elements, SrcSTy->isPacked());
211 DTy->setBody(ETypes, STy->isPacked());
304 bool IsPacked = STy->isPacked();
306 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked);
315 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 587 bool IsPacked,
592 mIsPacked(IsPacked),
611 inline bool isPacked() const { return mIsPacked; }

Completed in 221 milliseconds