Home
last modified time | relevance | path

Searched defs:StreamBuffer (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DStreamBuffer.h21 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
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h68 Error forEachCodeViewRecord(ArrayRef<uint8_t> StreamBuffer, Func F) { in forEachCodeViewRecord()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DScopedPrinterTest.cpp21 std::string StreamBuffer; in TEST() local
38 std::string StreamBuffer; in TEST() local
63 std::string StreamBuffer; member in ScopedPrinterTest
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h288 template <unsigned N> class StreamBuffer; variable