Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h162 std::unique_ptr<MemoryBuffer> DataBuffer;
173 : DataBuffer(std::move(DataBuffer_)), Line(*DataBuffer, true, '#') {} in TextInstrProfReader()
209 std::unique_ptr<MemoryBuffer> DataBuffer;
232 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() argument
233 : DataBuffer(std::move(DataBuffer)) {} in RawInstrProfReader()
237 static bool hasFormat(const MemoryBuffer &DataBuffer);
326 std::vector<NamedInstrProfRecord> DataBuffer; variable
461 std::unique_ptr<MemoryBuffer> DataBuffer;
483 std::unique_ptr<MemoryBuffer> DataBuffer,
485 : DataBuffer(std::move(DataBuffer)), in DataBuffer() argument
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBuffer.h43 class DataBuffer {
51 virtual ~DataBuffer() = default;
82 class DataBufferUnowned : public DataBuffer {
H A DDataBufferLLVM.h26 class DataBufferLLVM : public DataBuffer {
H A DDataBufferHeap.h30 class DataBufferHeap : public DataBuffer {
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp303 if (DataBuffer.getBufferSize() < sizeof(uint64_t)) in hasFormat()
313 if (!hasFormat(*DataBuffer)) in readHeader()
318 DataBuffer->getBufferStart()); in readHeader()
325 const char *End = DataBuffer->getBufferEnd(); in readNextHeader()
391 if (Start + ValueDataOffset > DataBuffer->getBufferEnd()) in readHeader()
526 if (BI > (const uint8_t *)DataBuffer->getBufferEnd()) in printBinaryIds()
535 if (BI > (const uint8_t *)DataBuffer->getBufferEnd()) in printBinaryIds()
579 DataBuffer.clear(); in ReadData()
611 DataBuffer.clear(); in ReadData()
615 return DataBuffer; in ReadData()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h67 class DataBuffer; variable
307 typedef std::shared_ptr<lldb_private::DataBuffer> DataBufferSP;
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h67 unsigned char DataBuffer[1]; member
/freebsd-13.1/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst185 - Data buffers (DataBuffer, DataEncoder, DataExtractor)
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp206 const DataBuffer *data = m_data_sp.get(); in GetSharedDataOffset()
/freebsd-13.1/contrib/libarchive/test_utils/
H A Dtest_main.c192 UCHAR DataBuffer[1]; member