Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackFrameLayoutAnalysisPass.cpp59 struct SlotData { struct
60 int Slot;
61 int Size;
62 int Align;
63 int Offset;
64 SlotType SlotTy;
66 SlotData(const MachineFrameInfo &MFI, const int ValOffset, const int Idx) in SlotData() function
80 bool operator<(const SlotData &Rhs) const { return Offset > Rhs.Offset; } in operator <()