Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp693 int ObjStart, ObjEnd; in computeFreeStackSlots() local
696 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()
699 ObjStart = ObjOffset; in computeFreeStackSlots()
704 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()
733 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local
734 if (alignTo(ObjStart, ObjAlign) != ObjStart) in scavengeStackSlot()
754 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local
756 << ObjStart << "]\n"); in scavengeStackSlot()
757 MFI.setObjectOffset(FrameIdx, ObjStart); in scavengeStackSlot()