Searched defs:isPacked (Results 1 – 10 of 10) sorted by relevance
347 bool isPacked) { in get()373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()448 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()453 StringRef Name, bool isPacked) { in create()468 bool isPacked) { in create()
100 bool isPacked; member
190 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
326 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
632 bool NativeRawSymbol::isPacked() const { in isPacked() function in NativeRawSymbol
397 static bool isPacked(const MachineInstr &MI) { in isPacked() function401 bool isPacked(uint16_t Opcode) const { in isPacked() function
298 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
2035 unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) { in CheckFieldPadding()
2709 bool isPacked = EatIfPresent(lltok::less); in ParseStructDefinition() local