Searched refs:ValueForTypeID (Results 1 – 2 of 2) sorted by relevance
109 getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()113 SizeActionEntry -= getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()123 int ValueForTypeID = in computeActionsTable() local125 unsigned SizeTypeID = getSLEB128Size(ValueForTypeID); in computeActionsTable()131 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in computeActionsTable()545 ActionTableSize += getSLEB128Size(Action.ValueForTypeID) + in emitExceptionTable()776 if (Action.ValueForTypeID > 0) in emitExceptionTable()778 Twine(Action.ValueForTypeID)); in emitExceptionTable()779 else if (Action.ValueForTypeID < 0) in emitExceptionTable()781 Twine(Action.ValueForTypeID)); in emitExceptionTable()[all …]
55 int ValueForTypeID; // The value to write - may not be equal to the type id. member