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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DStreamGDBRemote.cpp37 bool binary_is_set = m_flags.Test(eBinary);
38 m_flags.Clear(eBinary);
51 m_flags.Set(eBinary);
H A DStream.cpp71 if (m_flags.Test(eBinary))
105 if (m_flags.Test(eBinary))
135 if (m_flags.Test(eBinary))
219 if (m_flags.Test(eBinary))
234 if (m_flags.Test(eBinary))
527 if (m_flags.Test(eBinary))
676 bool binary_was_set = m_flags.Test (eBinary);
678 m_flags.Set (eBinary);
690 m_flags.Clear (eBinary);
706 bool binary_is_set = m_flags.Test(eBinary);
[all...]
H A DEmulateInstruction.cpp212 StreamString strm(Stream::eBinary, GetAddressByteSize(), GetByteOrder());
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStream.h34 eAddPrefix = (1 << 2), ///< Add number prefixes for binary, octal and hex when eBinary is clear
35 eBinary = (1 << 3) ///< Get and put data as binary instead of as the default string mode. enumerator in enum:lldb_private::Stream::__anon3697
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1413 StreamString buffer (Stream::eBinary,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp325 lldb_private::StreamString buffer (lldb_private::Stream::eBinary,
H A DIRForTarget.cpp46 m_stream_string(lldb_private::Stream::eBinary, execution_unit.GetAddressByteSize(), execution_unit.GetByteOrder()),
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp6379 strm.GetFlags().Set(Stream::eBinary);

Completed in 210 milliseconds