Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBLocationToDWARFExpression.cpp117 stream.PutSLEB128(offset); in ConvertPDBLocationToDWARFExpression()
143 stream.PutSLEB128(offset); in ConvertPDBLocationToDWARFExpression()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DPostfixExpression.cpp156 m_out_stream.PutSLEB128(integer.GetValue()); in Visit()
227 m_out_stream.PutSLEB128(0); in Visit()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DDWARFLocationExpression.cpp152 stream.PutSLEB128(*relative_offset); in MakeRegisterBasedLocationExpressionInternal()
195 stream.PutSLEB128(offset); in MakeVFrameRelLocationExpression()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DStream.h345 size_t PutSLEB128(int64_t uval);
/openbsd/src/gnu/llvm/lldb/source/Utility/
DStream.cpp47 size_t Stream::PutSLEB128(int64_t sval) { in PutSLEB128() function in Stream
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp399 s.PutSLEB128(uvalue); in Dump()