Home
last modified time | relevance | path

Searched refs:ValueForTypeID (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp110 getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()
114 SizeAction -= getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()
124 int ValueForTypeID = TypeID < 0 ? FilterOffsets[-1 - TypeID] : TypeID; in computeActionsTable() local
125 unsigned SizeTypeID = getSLEB128Size(ValueForTypeID); in computeActionsTable()
131 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()
DEHStreamer.h55 int ValueForTypeID; // The value to write - may not be equal to the type id. member