Searched refs:ActionEntry (Results 1 – 3 of 3) sorted by relevance
54 struct ActionEntry { struct97 SmallVectorImpl<ActionEntry> &Actions,
55 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable()133 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in computeActionsTable()396 SmallVector<ActionEntry, 32> Actions; in emitExceptionTable()533 for (const ActionEntry &Action : Actions) { in emitExceptionTable()754 for (const ActionEntry &Action : Actions) { in emitExceptionTable()
176 uint64_t ActionEntry = Data.getULEB128(&CallSitePtr); in parseLSDA() local206 << "; action entry: 0x" << Twine::utohexstr(ActionEntry) << "\n"; in parseLSDA()243 MCPlus::MCLandingPad(LPSymbol, ActionEntry)); in parseLSDA()248 if (ActionEntry != 0) { in parseLSDA()273 uint64_t ActionPtr = ActionTableStart + ActionEntry - 1; in parseLSDA()