Searched refs:PutRawBytes (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Utility/ |
D | Stream.cpp | 304 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/ |
D | StreamTest.cpp | 461 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/ |
D | PDBLocationToDWARFExpression.cpp | 166 stream.PutRawBytes(&value.Value, sizeof(value.Value), in ConvertPDBLocationToDWARFExpression()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Stream.h | 179 size_t PutRawBytes(const void *s, size_t src_len,
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 599 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/ |
D | ObjectFileMachO.cpp | 6352 buffer.PutRawBytes(segment.segname, sizeof(segment.segname)); in SaveCore()
|