Lines Matching defs:SlotLabel
29 StringRef SlotLabel,
31 : S(S), SlotLabel(SlotLabel), ShouldAct(ShouldAct) {
33 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel);
34 S.DataSegStack.SentinelAction(PSK_Push, SlotLabel);
35 S.BSSSegStack.SentinelAction(PSK_Push, SlotLabel);
36 S.ConstSegStack.SentinelAction(PSK_Push, SlotLabel);
37 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel);
38 S.StrictGuardStackCheckStack.SentinelAction(PSK_Push, SlotLabel);
44 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel);
45 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel);
46 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel);
47 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel);
48 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel);
49 S.StrictGuardStackCheckStack.SentinelAction(PSK_Pop, SlotLabel);
434 StringRef SlotLabel, Expr *alignment) {
437 if (IsXLPragma && !SlotLabel.empty()) {
485 if (Alignment && !SlotLabel.empty())
496 AlignPackStack.Act(PragmaLoc, Action, SlotLabel, Info);