Searched defs:isPacked (Results 1 – 11 of 11) sorted by relevance
409 bool isPacked) { in get()447 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()522 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()527 StringRef Name, bool isPacked) { in create()542 bool isPacked) { in create()
95 bool isPacked; member
191 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
331 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
631 bool NativeRawSymbol::isPacked() const { in isPacked() function in NativeRawSymbol
418 static bool isPacked(const MachineInstr &MI) { in isPacked() function422 bool isPacked(uint16_t Opcode) const { in isPacked() function
273 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
1536 bool isPacked() const { return AlsoPack; } in isPacked() function
2272 unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) { in CheckFieldPadding()
2982 bool isPacked = EatIfPresent(lltok::less); in parseStructDefinition() local