Searched refs:Structs (Results 1 – 12 of 12) sorted by relevance
178 inclusively.) Structs small enough to fit in a register are passed by value in179 a single register or in a stack frame slot the size of a register. Structs229 Structs/unions which will fit into two general-purpose registers are returned
170 inclusively.) Structs small enough to fit in a register are passed by value in171 a single register or in a stack frame slot the size of a register. Structs
794 const RecordMap<StructRecord> &getStructs() const { return Structs; }849 RecordMap<StructRecord> Structs;
421 StringMap<StructInfo> Structs; member in __anoncc01912d0111::MasmParser1677 } else if (Structs.count(SymbolName.lower())) { in parsePrimaryExpr()2534 auto IDIt = Structs.find(IDVal.lower()); in parseStatement()2535 if (IDIt != Structs.end()) in parseStatement()2667 auto NextIt = Structs.find(nextVal.lower()); in parseStatement()2668 if (NextIt != Structs.end()) { in parseStatement()4612 Structs[Name.lower()] = Structure; in parseDirectiveEnds()7285 auto StructIt = Structs.find(Base.lower()); in lookUpField()7288 StructIt = Structs.find(TypeIt->second.Name.lower()); in lookUpField()7290 if (StructIt != Structs.end()) in lookUpField()[all …]
59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
118 return addTopLevelRecord(USRBasedLookupTable, Structs, USR, Name, Loc, in addStruct()
179 // Structs of size 1-24 bytes are returned in R1D, R2D, and R3D.
672 Structs are required to be aligned to the maximum alignment required by
1303 Structs and unions with non-trivial members are compatible in
1482 Structs and unions marked with the ``objc_boxable`` attribute can be used
1405 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
737 structs to facilitate intrinsics returning multiple values. Structs containing