Searched refs:ValueForTypeID (Results 1 – 2 of 2) sorted by relevance
122 getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()126 SizeActionEntry -= getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()136 int ValueForTypeID = in computeActionsTable() local138 unsigned SizeTypeID = getSLEB128Size(ValueForTypeID); in computeActionsTable()144 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in computeActionsTable()578 if (Action.ValueForTypeID > 0) in emitExceptionTable()580 Twine(Action.ValueForTypeID)); in emitExceptionTable()581 else if (Action.ValueForTypeID < 0) in emitExceptionTable()583 Twine(Action.ValueForTypeID)); in emitExceptionTable()587 Asm->EmitSLEB128(Action.ValueForTypeID); in emitExceptionTable()
56 int ValueForTypeID; // The value to write - may not be equal to the type id. member