Searched refs:ValueForTypeID (Results 1 – 6 of 6) sorted by relevance
110 getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()114 SizeAction -= getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()124 int ValueForTypeID = in computeActionsTable() local126 unsigned SizeTypeID = getSLEB128Size(ValueForTypeID); in computeActionsTable()132 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in computeActionsTable()620 if (Action.ValueForTypeID > 0) in emitExceptionTable()622 Twine(Action.ValueForTypeID)); in emitExceptionTable()623 else if (Action.ValueForTypeID < 0) in emitExceptionTable()625 Twine(Action.ValueForTypeID)); in emitExceptionTable()629 Asm->EmitSLEB128(Action.ValueForTypeID); in emitExceptionTable()
56 int ValueForTypeID; // The value to write - may not be equal to the type id. member
121 getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()125 SizeActionEntry -= getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()135 int ValueForTypeID = in computeActionsTable() local137 unsigned SizeTypeID = getSLEB128Size(ValueForTypeID); in computeActionsTable()143 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()
55 int ValueForTypeID; // The value to write - may not be equal to the type id. member
111 getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()115 SizeActionEntry -= getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()125 int ValueForTypeID = in computeActionsTable() local127 unsigned SizeTypeID = getSLEB128Size(ValueForTypeID); in computeActionsTable()133 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in computeActionsTable()547 ActionTableSize += getSLEB128Size(Action.ValueForTypeID) + in emitExceptionTable()778 if (Action.ValueForTypeID > 0) in emitExceptionTable()780 Twine(Action.ValueForTypeID)); in emitExceptionTable()781 else if (Action.ValueForTypeID < 0) in emitExceptionTable()783 Twine(Action.ValueForTypeID)); in emitExceptionTable()[all …]