Searched defs:StackObject (Results 1 – 1 of 1) sorted by relevance
81 struct StackObject { struct84 int64_t SPOffset;88 uint64_t Size;91 unsigned Alignment;115 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject() argument