| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | DataBuffer.h | 43 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 D | DataBufferLLVM.h | 27 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 D | DataBufferHeap.h | 61 DataBufferHeap(const DataBuffer &data_buffer); 112 static bool classof(const DataBuffer *data_buffer) { in classof()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 87 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 D | RawMemProfReader.cpp | 255 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 D | InstrProfReader.h | 211 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 D | RawMemProfReader.h | 48 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 D | DataBufferHeap.cpp | 29 DataBufferHeap::DataBufferHeap(const DataBuffer &data_buffer) : m_data() { in DataBufferHeap() 71 char DataBuffer::ID;
|
| H A D | DataExtractor.cpp | 204 const DataBuffer *data = m_data_sp.get(); in GetSharedDataOffset()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 145 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 D | FileSystem.cpp | 308 std::shared_ptr<DataBuffer> 325 std::shared_ptr<DataBuffer>
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 70 class DataBuffer; variable 317 typedef std::shared_ptr<lldb_private::DataBuffer> DataBufferSP;
|
| /openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 68 unsigned char DataBuffer[1]; member
|
| /openbsd-src/gnu/llvm/lldb/docs/design/ |
| H A D | overview.rst | 185 - Data buffers (DataBuffer, DataEncoder, DataExtractor)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 540 std::shared_ptr<DataBuffer> child_data_sp = in GetObjectFile()
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | win32.c | 1592 UCHAR DataBuffer[1]; 1587 UCHAR DataBuffer[1]; global() member
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3856 lldb/include/lldb/Utility/DataBuffer.h
|