Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDInstrProfReader.h104 std::unique_ptr<MemoryBuffer> DataBuffer;
112 : DataBuffer(std::move(DataBuffer_)), Line(*DataBuffer, true, '#') {} in TextInstrProfReader()
131 std::unique_ptr<MemoryBuffer> DataBuffer;
161 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() argument
162 : DataBuffer(std::move(DataBuffer)) { } in RawInstrProfReader()
164 static bool hasFormat(const MemoryBuffer &DataBuffer);
195 std::vector<InstrProfRecord> DataBuffer; variable
237 std::unique_ptr<MemoryBuffer> DataBuffer;
250 IndexedInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in IndexedInstrProfReader() argument
251 : DataBuffer(std::move(DataBuffer)), Index(nullptr) {} in IndexedInstrProfReader()
[all …]
/NextBSD/contrib/llvm/lib/ProfileData/
HDInstrProfReader.cpp172 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() argument
173 if (DataBuffer.getBufferSize() < sizeof(uint64_t)) in hasFormat()
176 *reinterpret_cast<const uint64_t *>(DataBuffer.getBufferStart()); in hasFormat()
183 if (!hasFormat(*DataBuffer)) in readHeader()
185 if (DataBuffer->getBufferSize() < sizeof(RawHeader)) in readHeader()
188 reinterpret_cast<const RawHeader *>(DataBuffer->getBufferStart()); in readHeader()
196 const char *End = DataBuffer->getBufferEnd(); in readNextHeader()
242 if (Start + ProfileSize > DataBuffer->getBufferEnd()) in readHeader()
271 RawName.data() + RawName.size() > DataBuffer->getBufferEnd() || in readNextRecord()
312 DataBuffer.clear(); in ReadData()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDataBuffer.h46 class DataBuffer
59 ~DataBuffer() in ~DataBuffer()
HDDataBufferHeap.h31 class DataBufferHeap : public DataBuffer
HDDataBufferMemoryMap.h34 class DataBufferMemoryMap : public DataBuffer
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDataEncoder.cpp131 const DataBuffer * data = m_data_sp.get(); in GetSharedDataOffset()
HDDataExtractor.cpp254 const DataBuffer * data = m_data_sp.get(); in GetSharedDataOffset()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h79 class DataBuffer; variable
313 typedef std::shared_ptr<lldb_private::DataBuffer> DataBufferSP;