Home
last modified time | relevance | path

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

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