Searched refs:StreamBuffer (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CVRecord.h | 68 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()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | StreamBuffer.h | 19 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;
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ScopedPrinterTest.cpp | 21 std::string StreamBuffer; in TEST() local 22 raw_string_ostream OS(StreamBuffer); in TEST() 32 StreamBuffer.clear(); in TEST() 38 std::string StreamBuffer; in TEST() local 39 raw_string_ostream OS(StreamBuffer); in TEST() 46 StreamBuffer.clear(); in TEST() 53 StreamBuffer.clear(); in TEST() 63 std::string StreamBuffer; member in ScopedPrinterTest 71 : OS(StreamBuffer), Writer(OS), JSONWriter(OS, /*PrettyPrint=*/true), in ScopedPrinterTest() 80 StreamBuffer.clear(); in verifyScopedPrinter() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/SymbolFile/NativePDB/ |
| H A D | PdbFPOProgramToDWARFExpressionTests.cpp | 32 StreamBuffer<32> stream(Stream::eBinary, 4, eByteOrderLittle); in CheckValidProgramTranslation() 81 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in CheckInvalidProgramTranslation()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 84 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in ConvertPDBLocationToDWARFExpression()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.h | 28 typedef lldb_private::StreamBuffer<4096> PacketStreamType;
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 117 StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order); in MakeLocationExpressionInternal()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-forward.h | 288 template <unsigned N> class StreamBuffer; variable
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3688 lldb/include/lldb/Core/StreamBuffer.h
|