Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp122 getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()
126 SizeActionEntry -= getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()
136 int ValueForTypeID = in computeActionsTable() local
138 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()
H A DEHStreamer.h56 int ValueForTypeID; // The value to write - may not be equal to the type id. member