Home
last modified time | relevance | path

Searched refs:RawInstrProfReader (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h203 class RawInstrProfReader : public InstrProfReader {
226 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() function
228 RawInstrProfReader(const RawInstrProfReader &) = delete;
229 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;
307 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;
308 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp302 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
312 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
324 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
350 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
363 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
408 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
414 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
420 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
453 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
482 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
[all …]