reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/LocalStackSlotAllocation.cpp
  148     Offset += MFI.getObjectSize(FrameIdx);
  150   unsigned Align = MFI.getObjectAlignment(FrameIdx);
  160   LLVM_DEBUG(dbgs() << "Allocate FI(" << FrameIdx << ") to local offset "
  163   LocalOffsets[FrameIdx] = LocalOffset;
  165   MFI.mapLocalFrameObject(FrameIdx, LocalOffset);
  168     Offset += MFI.getObjectSize(FrameIdx);