Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
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()
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()
DDataBufferHeap.h61 DataBufferHeap(const DataBuffer &data_buffer);
112 static bool classof(const DataBuffer *data_buffer) { in classof()
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
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 …]
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/
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() function
[all …]
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/
DDataBufferHeap.cpp29 DataBufferHeap::DataBufferHeap(const DataBuffer &data_buffer) : m_data() { in DataBufferHeap()
71 char DataBuffer::ID;
DDataExtractor.cpp204 const DataBuffer *data = m_data_sp.get(); in GetSharedDataOffset()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
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/
DFileSystem.cpp308 std::shared_ptr<DataBuffer>
325 std::shared_ptr<DataBuffer>
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-forward.h70 class DataBuffer; variable
317 typedef std::shared_ptr<lldb_private::DataBuffer> DataBufferSP;
/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Dposix_compat.h68 unsigned char DataBuffer[1]; member
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp540 std::shared_ptr<DataBuffer> child_data_sp = in GetObjectFile()
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32.c1592 UCHAR DataBuffer[1]; member
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt3856 lldb/include/lldb/Utility/DataBuffer.h