Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp49 struct StackSlotInfo { struct
50 int FI;
51 int Offset;
52 unsigned Reg;
53 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; in StackSlotInfo() function