Searched refs:ValueForTypeID (Results 1 – 3 of 3) sorted by relevance
137 MCAsmInfo::getSLEB128Size(Actions[PrevAction].ValueForTypeID); in ComputeActionsTable()142 MCAsmInfo::getSLEB128Size(Actions[PrevAction].ValueForTypeID); in ComputeActionsTable()152 int ValueForTypeID = TypeID < 0 ? FilterOffsets[-1 - TypeID] : TypeID; in ComputeActionsTable() local153 unsigned SizeTypeID = MCAsmInfo::getSLEB128Size(ValueForTypeID); in ComputeActionsTable()159 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in ComputeActionsTable()648 if (Action.ValueForTypeID > 0) in EmitExceptionTable()650 Twine(Action.ValueForTypeID)); in EmitExceptionTable()651 else if (Action.ValueForTypeID < 0) in EmitExceptionTable()653 Twine(Action.ValueForTypeID)); in EmitExceptionTable()657 Asm->EmitSLEB128(Action.ValueForTypeID); in EmitExceptionTable()
65 int ValueForTypeID; // The value to write - may not be equal to the type id. member
172 int ValueForTypeID; // The value to write - may not be equal to the type id. member260 MCAsmInfo::getSLEB128Size(PrevAction->ValueForTypeID); in EmitExceptionTable()262 SizeAction -= MCAsmInfo::getSLEB128Size(PrevAction->ValueForTypeID); in EmitExceptionTable()272 int ValueForTypeID = TypeID < 0 ? FilterOffsets[-1 - TypeID] : TypeID; in EmitExceptionTable() local273 unsigned SizeTypeID = MCAsmInfo::getSLEB128Size(ValueForTypeID); in EmitExceptionTable()279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction}; in EmitExceptionTable()446 JCE->emitSLEB128Bytes(Action.ValueForTypeID); in EmitExceptionTable()