/external/llvm/lib/IR/ |
D | Type.cpp | 403 bool isPacked) { in get() argument 405 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get() 413 ST->setBody(ETypes, isPacked); in get() 422 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument 426 if (isPacked) in setBody() 495 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument 496 return get(Context, None, isPacked); in get() 515 StringRef Name, bool isPacked) { in create() argument 517 ST->setBody(Elements, isPacked); in create() 530 bool isPacked) { in create() argument [all …]
|
D | LLVMContextImpl.h | 82 bool isPacked; member 84 ETypes(E), isPacked(P) {} in KeyTy() 86 : ETypes(ST->elements()), isPacked(ST->isPacked()) {} in KeyTy() 88 if (isPacked != that.isPacked) 107 Key.isPacked); in getHashValue()
|
D | DataLayout.cpp | 49 unsigned TyAlign = ST->isPacked() ? 1 : DL.getABITypeAlignment(Ty); in StructLayout() 641 if (cast<StructType>(Ty)->isPacked() && abi_or_pref) in getAlignment()
|
D | ConstantFold.cpp | 360 if (!STy->isPacked()) { in getFoldedSizeOf() 423 if (STy->isPacked()) in getFoldedAlignOf() 486 if (!STy->isPacked()) { in getFoldedOffsetOf() 651 if (!STy->isPacked()) { in ConstantFoldCastInstruction()
|
D | AsmWriter.cpp | 522 if (STy->isPacked()) in printStructBody() 538 if (STy->isPacked()) in printStructBody() 1225 if (CS->getType()->isPacked()) in WriteConstantInternal() 1249 if (CS->getType()->isPacked()) in WriteConstantInternal()
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 217 bool isPacked = false); 222 bool isPacked = false); 229 bool isPacked = false); 233 static StructType *get(LLVMContext &Context, bool isPacked = false); 241 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function 268 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | GeneratedMessageLite.java | 658 final boolean isPacked, in newRepeatedGeneratedExtension() argument 667 enumTypeMap, number, type, true /* isRepeated */, isPacked), in newRepeatedGeneratedExtension() 679 final boolean isPacked) { in ExtensionDescriptor() argument 684 this.isPacked = isPacked; in ExtensionDescriptor() 691 final boolean isPacked; field in GeneratedMessageLite.ExtensionDescriptor 709 public boolean isPacked() { in isPacked() method in GeneratedMessageLite.ExtensionDescriptor 710 return isPacked; in isPacked()
|
D | FieldSet.java | 62 boolean isPacked(); in isPacked() method 468 boolean isPacked) { in getWireFormatForFieldType() argument 469 if (isPacked) { in getWireFormatForFieldType() 628 !descriptor.isRepeated() && !descriptor.isPacked()) { in writeMessageSetTo() 723 if (descriptor.isPacked()) { in writeField() 787 && !descriptor.isRepeated() && !descriptor.isPacked()) { in getMessageSetSerializedSize() 888 if (descriptor.isPacked()) { in computeFieldSize()
|
D | Descriptors.java | 896 public boolean isPacked() { in isPacked() method in Descriptors.FieldDescriptor
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeUDT.h | 41 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeTypedef.h | 41 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeEnum.h | 45 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeBaseClass.h | 43 FORWARD_SYMBOL_METHOD(isPacked)
|
D | IPDBRawSymbol.h | 181 virtual bool isPacked() const = 0;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | SwitchData.java | 157 public boolean isPacked() { in isPacked() method in SwitchData
|
D | RopTranslator.java | 646 Dop opcode = dataInsn.isPacked() ? in visitSwitchInsn()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 193 DSTy->isPacked() != SSTy->isPacked()) in areTypesIsomorphic() 228 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies() 237 DTy->setBody(ETypes, STy->isPacked()); in finishType() 330 bool IsPacked = STy->isPacked(); in get() 1623 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 660 if (STyL->isPacked() != STyR->isPacked()) in cmpTypes() 661 return cmpNumbers(STyL->isPacked(), STyR->isPacked()); in cmpTypes()
|
D | DeadArgumentElimination.cpp | 828 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked()); in RemoveDeadStuffFromFunction()
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 173 bool isPacked() const override;
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 251 MOCK_SYMBOL_ACCESSOR(isPacked)
|
/external/clang/lib/AST/ |
D | RecordLayoutBuilder.cpp | 761 bool isPacked, const FieldDecl *D); 1921 bool isPacked, in CheckFieldPadding() argument 1960 if (isPacked && UnpackedAlign > CharBitNum && Offset == UnpackedOffset) in CheckFieldPadding()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1986 bool isPacked = EatIfPresent(lltok::less); in ParseStructDefinition() local 1996 if (isPacked) in ParseStructDefinition() 2012 (isPacked && ParseToken(lltok::greater, "expected '>' in packed struct"))) in ParseStructDefinition() 2015 STy->setBody(Body, isPacked); in ParseStructDefinition() 3989 if (ST->isPacked() != (ID.Kind == ValID::t_PackedConstantStruct)) in ConvertValIDToValue()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 990 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 633 << (ST->isPacked() ? "true" : "false") << ");"; in printType()
|