Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A 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