Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Utility/
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/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h68 Error forEachCodeViewRecord(ArrayRef<uint8_t> StreamBuffer, Func F) { in forEachCodeViewRecord()
/llvm-project/llvm/unittests/Support/
H A DScopedPrinterTest.cpp23 std::string StreamBuffer; in TEST() local
40 std::string StreamBuffer; in TEST() local
65 std::string StreamBuffer; global() member in ScopedPrinterTest
[all...]
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h306 template <unsigned N> class StreamBuffer; global() variable