Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DStream.cpp304 return PutRawBytes(&ptr, sizeof(ptr), endian::InlHostByteOrder(), in PutPointer()
312 return PutRawBytes(&f, sizeof(f), endian::InlHostByteOrder(), byte_order); in PutFloat()
319 return PutRawBytes(&d, sizeof(d), endian::InlHostByteOrder(), byte_order); in PutDouble()
326 return PutRawBytes(&ld, sizeof(ld), endian::InlHostByteOrder(), byte_order); in PutLongDouble()
329 size_t Stream::PutRawBytes(const void *s, size_t src_len, in PutRawBytes() function in Stream
/external/llvm-project/lldb/unittests/Utility/
DStreamTest.cpp461 s.PutRawBytes(static_cast<void*>(&value), sizeof(value), in TEST_F()
477 s.PutRawBytes(static_cast<void*>(&value), sizeof(value), in TEST_F()
497 s.PutRawBytes(static_cast<void*>(&value), sizeof(value), in TEST_F()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBLocationToDWARFExpression.cpp166 stream.PutRawBytes(&value.Value, sizeof(value.Value), in ConvertPDBLocationToDWARFExpression()
/external/llvm-project/lldb/include/lldb/Utility/
DStream.h179 size_t PutRawBytes(const void *s, size_t src_len,
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp599 request_packet.PutRawBytes(src, src_len); in SendRequestWriteMemory()
629 request_packet.PutRawBytes(src, src_len); in SendRawRequest()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6352 buffer.PutRawBytes(segment.segname, sizeof(segment.segname)); in SaveCore()