Home
last modified time | relevance | path

Searched refs:getSLEB128Size (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp109 SizeActionEntry = getSLEB128Size(Actions[PrevAction].NextAction) + in computeActionsTable()
110 getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()
114 SizeActionEntry -= getSLEB128Size(Actions[PrevAction].ValueForTypeID); in computeActionsTable()
126 unsigned SizeTypeID = getSLEB128Size(ValueForTypeID); in computeActionsTable()
129 SizeActionEntry = SizeTypeID + getSLEB128Size(NextAction); in computeActionsTable()
546 ActionTableSize += getSLEB128Size(Action.ValueForTypeID) + in emitExceptionTable()
547 getSLEB128Size(Action.NextAction); in emitExceptionTable()
H A DDIE.cpp437 return getSLEB128Size(Integer); in sizeOf()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLEB128.cpp29 unsigned getSLEB128Size(int64_t Value) { in getSLEB128Size() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h227 extern unsigned getSLEB128Size(int64_t Value);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1156 LineSectionSize += 1 + getSLEB128Size(LineDelta); in emitLineTableRows()