Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp50 if (m_flags.Test(eBinary)) in PutSLEB128()
58 if (m_flags.Test(eBinary)) in PutULEB128()
70 if (m_flags.Test(eBinary)) in PutCString()
149 if (m_flags.Test(eBinary)) in PrintfVarArg()
245 if (m_flags.Test(eBinary)) { in _PutHex8()
367 bool binary_was_set = m_flags.Test(eBinary); in PutRawBytes()
369 m_flags.Set(eBinary); in PutRawBytes()
378 m_flags.Clear(eBinary); in PutRawBytes()
395 bool binary_is_set = m_flags.Test(eBinary); in PutBytesAsRawHex8()
396 m_flags.Clear(eBinary); in PutBytesAsRawHex8()
[all …]
H A DGDBRemote.cpp31 bool binary_is_set = m_flags.Test(eBinary); in PutEscapedBytes()
32 m_flags.Clear(eBinary); in PutEscapedBytes()
44 m_flags.Set(eBinary); in PutEscapedBytes()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp84 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in ConvertPDBLocationToDWARFExpression()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h32 eBinary = (1 << 0) ///< Get and put data as binary instead of as the default enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp118 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in MakeLocationExpressionInternal()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp204 StreamString strm(Stream::eBinary, GetAddressByteSize(), GetByteOrder()); in WriteMemoryUnsigned()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp569 StreamString dwarf(Stream::eBinary, arch.GetAddressByteSize(), in SaveAsDWARF()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp852 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in CreateDWARFExpression()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1263 Stream::eBinary,