Searched refs:eBinary (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Stream.cpp | 50 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 D | GDBRemote.cpp | 31 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 D | PDBLocationToDWARFExpression.cpp | 84 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in ConvertPDBLocationToDWARFExpression()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Stream.h | 32 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 D | DWARFLocationExpression.cpp | 118 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in MakeLocationExpressionInternal()
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | EmulateInstruction.cpp | 204 StreamString strm(Stream::eBinary, GetAddressByteSize(), GetByteOrder()); in WriteMemoryUnsigned()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 569 StreamString dwarf(Stream::eBinary, arch.GetAddressByteSize(), in SaveAsDWARF()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 852 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in CreateDWARFExpression()
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 1263 Stream::eBinary,
|