Home
last modified time | relevance | path

Searched refs:DataBuffer (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DDataBuffer.h43 class DataBuffer {
45 virtual ~DataBuffer() = default;
68 static bool classof(const DataBuffer *data_buffer) { in classof()
91 class WritableDataBuffer : public DataBuffer {
101 using DataBuffer::GetBytes;
102 using DataBuffer::GetData;
119 return ClassID == &ID || DataBuffer::isA(ClassID); in isA()
121 static bool classof(const DataBuffer *data_buffer) { in classof()
141 static bool classof(const DataBuffer *data_buffer) { in classof()
H A DDataBufferLLVM.h27 class DataBufferLLVM : public DataBuffer {
38 return ClassID == &ID || DataBuffer::isA(ClassID); in isA()
40 static bool classof(const DataBuffer *data_buffer) { in classof()
66 static bool classof(const DataBuffer *data_buffer) { in classof()
H A DDataBufferHeap.h61 DataBufferHeap(const DataBuffer &data_buffer);
112 static bool classof(const DataBuffer *data_buffer) { in classof()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp87 readBinaryIdsInternal(const MemoryBuffer &DataBuffer, in readBinaryIdsInternal() argument
100 reinterpret_cast<const uint8_t *>(DataBuffer.getBufferEnd()); in readBinaryIdsInternal()
141 const MemoryBuffer &DataBuffer, in printBinaryIdsInternal() argument
149 if (Error E = readBinaryIdsInternal(DataBuffer, BinaryIdsSize, BinaryIdsStart, in printBinaryIdsInternal()
407 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() argument
408 if (DataBuffer.getBufferSize() < sizeof(uint64_t)) in hasFormat()
411 *reinterpret_cast<const uint64_t *>(DataBuffer.getBufferStart()); in hasFormat()
418 if (!hasFormat(*DataBuffer)) in readHeader()
420 if (DataBuffer->getBufferSize() < sizeof(RawInstrProf::Header)) in readHeader()
423 DataBuffer->getBufferStart()); in readHeader()
[all …]
H A DRawMemProfReader.cpp255 Error RawMemProfReader::initialize(std::unique_ptr<MemoryBuffer> DataBuffer) { in initialize() argument
300 if (Error E = readRawProfile(std::move(DataBuffer))) in initialize()
466 std::unique_ptr<MemoryBuffer> DataBuffer) { in readRawProfile() argument
467 const char *Next = DataBuffer->getBufferStart(); in readRawProfile()
469 while (Next < DataBuffer->getBufferEnd()) { in readRawProfile()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h211 std::unique_ptr<MemoryBuffer> DataBuffer;
221 : DataBuffer(std::move(DataBuffer_)), Line(*DataBuffer, true, '#') {} in TextInstrProfReader()
282 std::unique_ptr<MemoryBuffer> DataBuffer;
311 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() argument
313 : DataBuffer(std::move(DataBuffer)), in RawInstrProfReader()
319 static bool hasFormat(const MemoryBuffer &DataBuffer);
434 std::vector<NamedInstrProfRecord> DataBuffer; variable
592 std::unique_ptr<MemoryBuffer> DataBuffer;
625 std::unique_ptr<MemoryBuffer> DataBuffer,
627 : DataBuffer(std::move(DataBuffer)), in DataBuffer() argument
[all …]
H A DRawMemProfReader.h48 static bool hasFormat(const MemoryBuffer &DataBuffer);
106 Error initialize(std::unique_ptr<MemoryBuffer> DataBuffer);
108 Error readRawProfile(std::unique_ptr<MemoryBuffer> DataBuffer);
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataBufferHeap.cpp29 DataBufferHeap::DataBufferHeap(const DataBuffer &data_buffer) : m_data() { in DataBufferHeap()
71 char DataBuffer::ID;
H A DDataExtractor.cpp204 const DataBuffer *data = m_data_sp.get(); in GetSharedDataOffset()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFileSystem.h145 std::shared_ptr<DataBuffer> CreateDataBuffer(const llvm::Twine &path,
148 std::shared_ptr<DataBuffer> CreateDataBuffer(const FileSpec &file_spec,
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp308 std::shared_ptr<DataBuffer>
325 std::shared_ptr<DataBuffer>
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h70 class DataBuffer; variable
317 typedef std::shared_ptr<lldb_private::DataBuffer> DataBufferSP;
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h68 unsigned char DataBuffer[1]; member
/openbsd-src/gnu/llvm/lldb/docs/design/
H A Doverview.rst185 - Data buffers (DataBuffer, DataEncoder, DataExtractor)
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp540 std::shared_ptr<DataBuffer> child_data_sp = in GetObjectFile()
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c1592 UCHAR DataBuffer[1];
1587 UCHAR DataBuffer[1]; global() member
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3856 lldb/include/lldb/Utility/DataBuffer.h