Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.h41 struct StackObject { struct
48 SmallVector<StackObject, 8> StackObjects; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h125 struct StackObject { struct
128 int64_t SPOffset;
132 uint64_t Size;
135 Align Alignment;
140 bool isImmutable;
144 bool isSpillSlot;
151 bool isStatepointSpillSlot = false;
162 uint8_t StackID;
186 StackObject(uint64_t Size, Align Alignment, int64_t SPOffset, argument
189 : SPOffset(SPOffset), Size(Size), Alignment(Alignment), in SPOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h164 StackObject, enumerator