Searched defs:isPacked (Results 1 – 9 of 9) sorted by relevance
374 bool isPacked) { in get() argument 445 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument 520 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument 525 StringRef Name, bool isPacked) { in create() argument 540 bool isPacked) { in create() argument [all...]
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
480 static bool isPacked(const MachineInstr &MI) { in isPacked() function 484 bool isPacked(uint16_t Opcode) const { in isPacked() function
278 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
2282 CheckFieldPadding(uint64_t Offset,uint64_t UnpaddedOffset,uint64_t UnpackedOffset,unsigned UnpackedAlign,bool isPacked,const FieldDecl * D) CheckFieldPadding() argument
3161 bool isPacked = EatIfPresent(lltok::less); parseStructDefinition() local