Searched defs:StackObject (Results 1 – 4 of 4) sorted by relevance
41 struct StackObject { struct47 SmallVector<StackObject, 8> StackObjects; argument
408 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local425 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local444 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
123 struct StackObject { struct126 int64_t SPOffset;130 uint64_t Size;133 unsigned Alignment;138 bool isImmutable;142 bool isSpillSlot;149 bool isStatepointSpillSlot = false;160 uint8_t StackID;184 StackObject(uint64_t Size, unsigned Alignment, int64_t SPOffset, argument187 : SPOffset(SPOffset), Size(Size), Alignment(Alignment), in SPOffset()
138 StackObject, enumerator