Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp112 getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()
116 SizeActionEntry -= getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()
126 int ValueForTypeID = in computeActionsTable() local
128 unsigned SizeTypeID = getSLEB128Size(ValueForTypeID); in computeActionsTable()
134 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in computeActionsTable()
538 ActionTableSize += getSLEB128Size(Action.ValueForTypeID) + in emitExceptionTable()
768 if (Action.ValueForTypeID > 0) in emitExceptionTable()
770 Twine(Action.ValueForTypeID)); in emitExceptionTable()
771 else if (Action.ValueForTypeID < 0) in emitExceptionTable()
773 Twine(Action.ValueForTypeID)); in emitExceptionTable()
[all …]
H A DEHStreamer.h55 int ValueForTypeID; // The value to write - may not be equal to the type id. member