Home
last modified time | relevance | path

Searched refs:ObjStart (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp779 int ObjStart, ObjEnd; in computeFreeStackSlots() local
782 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()
785 ObjStart = ObjOffset; in computeFreeStackSlots()
790 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()
819 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local
820 if (alignTo(ObjStart, ObjAlign) != ObjStart) in scavengeStackSlot()
840 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local
842 << ObjStart << "]\n"); in scavengeStackSlot()
843 MFI.setObjectOffset(FrameIdx, ObjStart); in scavengeStackSlot()