Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBuffer.h42 class DataBuffer {
44 virtual ~DataBuffer() = default;
67 static bool classof(const DataBuffer *data_buffer) { in classof()
90 class WritableDataBuffer : public DataBuffer {
100 using DataBuffer::GetBytes;
101 using DataBuffer::GetData;
118 return ClassID == &ID || DataBuffer::isA(ClassID); in isA()
120 static bool classof(const DataBuffer *data_buffer) { in classof()
140 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h236 std::unique_ptr<MemoryBuffer> DataBuffer;
248 : DataBuffer(std::move(DataBuffer_)), Line(*DataBuffer, true, '#') {} in TextInstrProfReader()
313 std::unique_ptr<MemoryBuffer> DataBuffer;
348 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() argument
351 : DataBuffer(std::move(DataBuffer)), in RawInstrProfReader()
358 static bool hasFormat(const MemoryBuffer &DataBuffer);
477 std::vector<NamedInstrProfRecord> DataBuffer; variable
642 std::unique_ptr<MemoryBuffer> DataBuffer;
675 std::unique_ptr<MemoryBuffer> DataBuffer,
677 : DataBuffer(std::move(DataBuffer)), in DataBuffer() function
[all …]
H A DRawMemProfReader.h124 static bool hasFormat(const MemoryBuffer &DataBuffer);
139 static std::vector<std::string> peekBuildIds(MemoryBuffer *DataBuffer);
167 Error initialize(std::unique_ptr<MemoryBuffer> DataBuffer);
169 Error readRawProfile(std::unique_ptr<MemoryBuffer> DataBuffer);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp91 readBinaryIdsInternal(const MemoryBuffer &DataBuffer, in readBinaryIdsInternal() argument
486 if (DataBuffer.getBufferSize() < sizeof(uint64_t)) in hasFormat()
496 if (!hasFormat(*DataBuffer)) in readHeader()
501 DataBuffer->getBufferStart()); in readHeader()
508 const char *End = DataBuffer->getBufferEnd(); in readNextHeader()
600 if (Start + ValueDataOffset > DataBuffer->getBufferEnd()) in readHeader()
873 DataBuffer.clear(); in ReadData()
928 DataBuffer.clear(); in ReadData()
932 return DataBuffer; in ReadData()
1104 if (DataBuffer.getBufferSize() < 8) in hasFormat()
[all …]
H A DRawMemProfReader.cpp284 Error RawMemProfReader::initialize(std::unique_ptr<MemoryBuffer> DataBuffer) { in initialize() argument
340 if (Error E = readRawProfile(std::move(DataBuffer))) in initialize()
559 RawMemProfReader::peekBuildIds(MemoryBuffer *DataBuffer) { in peekBuildIds() argument
560 const char *Next = DataBuffer->getBufferStart(); in peekBuildIds()
569 while (Next < DataBuffer->getBufferEnd()) { in peekBuildIds()
589 std::unique_ptr<MemoryBuffer> DataBuffer) { in readRawProfile() argument
590 const char *Next = DataBuffer->getBufferStart(); in readRawProfile()
592 while (Next < DataBuffer->getBufferEnd()) { in readRawProfile()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferHeap.cpp29 DataBufferHeap::DataBufferHeap(const DataBuffer &data_buffer) : m_data() { in DataBufferHeap()
71 char DataBuffer::ID;
H A DDataExtractor.cpp205 const DataBuffer *data = m_data_sp.get(); in GetSharedDataOffset()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h155 std::shared_ptr<DataBuffer> CreateDataBuffer(const llvm::Twine &path,
158 std::shared_ptr<DataBuffer> CreateDataBuffer(const FileSpec &file_spec,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp295 std::shared_ptr<DataBuffer>
312 std::shared_ptr<DataBuffer>
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h67 class DataBuffer; variable
327 typedef std::shared_ptr<lldb_private::DataBuffer> DataBufferSP;
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h73 unsigned char DataBuffer[1]; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp410 std::shared_ptr<DataBuffer> child_data_sp = in GetObjectFile()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c192 UCHAR DataBuffer[1]; member