Lines Matching refs:Action
192 unsigned Action;
237 // Compute the actions table and gather the first action index for each
279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction};
280 Actions.push_back(Action);
285 // Record the first action of the landing pad site.
355 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) {
379 SizeSites += MCAsmInfo::getULEB128Size(CallSites[i].Action);
438 JCE->emitULEB128Bytes(S.Action);
439 // Asm->EOL("Action");
444 ActionEntry &Action = Actions[I];
446 JCE->emitSLEB128Bytes(Action.ValueForTypeID);
448 JCE->emitSLEB128Bytes(Action.NextAction);
449 //Asm->EOL("Next action");