Home
last modified time | relevance | path

Searched refs:StreamBuffer (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h68 Error forEachCodeViewRecord(ArrayRef<uint8_t> StreamBuffer, Func F) { in forEachCodeViewRecord() argument
69 while (!StreamBuffer.empty()) { in forEachCodeViewRecord()
70 if (StreamBuffer.size() < sizeof(RecordPrefix)) in forEachCodeViewRecord()
74 reinterpret_cast<const RecordPrefix *>(StreamBuffer.data()); in forEachCodeViewRecord()
77 if (StreamBuffer.size() < RealLen) in forEachCodeViewRecord()
80 ArrayRef<uint8_t> Data = StreamBuffer.take_front(RealLen); in forEachCodeViewRecord()
81 StreamBuffer = StreamBuffer.drop_front(RealLen); in forEachCodeViewRecord()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DStreamBuffer.h19 template <unsigned N> class StreamBuffer : public Stream {
21 StreamBuffer() : Stream(0, 4, lldb::eByteOrderBig), m_packet() {} in StreamBuffer() function
23 StreamBuffer(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order) in StreamBuffer() function
26 ~StreamBuffer() override = default;
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp84 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in ConvertPDBLocationToDWARFExpression()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h26 typedef lldb_private::StreamBuffer<4096> PacketStreamType;
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp118 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in MakeLocationExpressionInternal()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h292 template <unsigned N> class StreamBuffer; variable
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3683 lldb/include/lldb/Core/StreamBuffer.h