Searched defs:StackObject (Results 1 – 1 of 1) sorted by relevance
83 struct StackObject { struct86 int64_t SPOffset;90 uint64_t Size;93 unsigned Alignment;118 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject() argument