Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h142 std::unique_ptr<MemoryBuffer> DataBuffer;
151 : DataBuffer(std::move(DataBuffer_)), Line(*DataBuffer, true, '#') {} in TextInstrProfReader()
183 std::unique_ptr<MemoryBuffer> DataBuffer;
203 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() argument
204 : DataBuffer(std::move(DataBuffer)) {} in RawInstrProfReader()
208 static bool hasFormat(const MemoryBuffer &DataBuffer);
282 std::vector<NamedInstrProfRecord> DataBuffer; variable
407 std::unique_ptr<MemoryBuffer> DataBuffer;
426 std::unique_ptr<MemoryBuffer> DataBuffer,
428 : DataBuffer(std::move(DataBuffer)), in DataBuffer() argument
[all …]
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp294 if (DataBuffer.getBufferSize() < sizeof(uint64_t)) in hasFormat()
304 if (!hasFormat(*DataBuffer)) in readHeader()
309 DataBuffer->getBufferStart()); in readHeader()
316 const char *End = DataBuffer->getBufferEnd(); in readNextHeader()
376 if (Start + ValueDataOffset > DataBuffer->getBufferEnd()) in readHeader()
527 DataBuffer.clear(); in ReadData()
554 DataBuffer.emplace_back(K, Hash, std::move(CounterBuffer)); in ReadData()
559 DataBuffer.clear(); in ReadData()
563 return DataBuffer; in ReadData()
727 if (DataBuffer.getBufferSize() < 8) in hasFormat()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataBuffer.h46 class DataBuffer {
56 virtual ~DataBuffer() {} in ~DataBuffer()
H A DDataBufferLLVM.h27 class DataBufferLLVM : public DataBuffer {
H A DDataBufferHeap.h33 class DataBufferHeap : public DataBuffer {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataEncoder.cpp78 const DataBuffer *data = m_data_sp.get(); in GetSharedDataOffset()
H A DDataExtractor.cpp229 const DataBuffer *data = m_data_sp.get(); in GetSharedDataOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h81 class DataBuffer; variable
337 typedef std::shared_ptr<lldb_private::DataBuffer> DataBufferSP;
/freebsd-12.1/contrib/libarchive/test_utils/
H A Dtest_main.c192 UCHAR DataBuffer[1]; member