Home
last modified time | relevance | path

Searched defs:StackObject (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h83 struct StackObject { struct
86 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