Home
last modified time | relevance | path

Searched refs:eBinary (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DStream.cpp48 if (m_flags.Test(eBinary)) in PutSLEB128()
56 if (m_flags.Test(eBinary)) in PutULEB128()
68 if (m_flags.Test(eBinary)) in PutCString()
122 if (m_flags.Test(eBinary)) in PrintfVarArg()
218 if (m_flags.Test(eBinary)) { in _PutHex8()
340 bool binary_was_set = m_flags.Test(eBinary); in PutRawBytes()
342 m_flags.Set(eBinary); in PutRawBytes()
351 m_flags.Clear(eBinary); in PutRawBytes()
367 bool binary_is_set = m_flags.Test(eBinary); in PutBytesAsRawHex8()
368 m_flags.Clear(eBinary); in PutBytesAsRawHex8()
[all …]
DGDBRemote.cpp32 bool binary_is_set = m_flags.Test(eBinary); in PutEscapedBytes()
33 m_flags.Clear(eBinary); in PutEscapedBytes()
45 m_flags.Set(eBinary); in PutEscapedBytes()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBLocationToDWARFExpression.cpp83 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in ConvertPDBLocationToDWARFExpression()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DStream.h32 eBinary = (1 << 0) ///< Get and put data as binary instead of as the default enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DDWARFLocationExpression.cpp117 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in MakeLocationExpressionInternal()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp195 StreamString strm(Stream::eBinary, GetAddressByteSize(), GetByteOrder()); in WriteMemoryUnsigned()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.cpp438 StreamString dwarf(Stream::eBinary, arch.GetAddressByteSize(), in SaveAsDWARF()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp1289 Stream::eBinary, in DoExecute()