Lines Matching refs:InstrProfWriter

46   using data_type = const InstrProfWriter::ProfilingData *const;
47 using data_type_ref = const InstrProfWriter::ProfilingData *const;
124 InstrProfWriter::InstrProfWriter( in InstrProfWriter() function in InstrProfWriter
147 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()
150 void InstrProfWriter::setValueProfDataEndianness(llvm::endianness Endianness) { in setValueProfDataEndianness()
154 void InstrProfWriter::setOutputSparse(bool Sparse) { this->Sparse = Sparse; } in setOutputSparse()
156 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
163 void InstrProfWriter::overlapRecord(NamedInstrProfRecord &&Other, in overlapRecord()
194 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord()
219 void InstrProfWriter::addMemProfRecord( in addMemProfRecord()
252 bool InstrProfWriter::addMemProfFrame(const memprof::FrameId Id, in addMemProfFrame()
268 bool InstrProfWriter::addMemProfCallStack( in addMemProfCallStack()
285 bool InstrProfWriter::addMemProfData(memprof::IndexedMemProfData Incoming, in addMemProfData()
325 void InstrProfWriter::addBinaryIds(ArrayRef<llvm::object::BuildID> BIs) { in addBinaryIds()
329 void InstrProfWriter::addDataAccessProfData( in addDataAccessProfData()
334 void InstrProfWriter::addTemporalProfileTrace(TemporalProfTraceTy Trace) { in addTemporalProfileTrace()
351 void InstrProfWriter::addTemporalProfileTraces( in addTemporalProfileTraces()
391 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter()
424 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData()
454 uint64_t InstrProfWriter::writeHeader(const IndexedInstrProf::Header &Header, in writeHeader()
475 Error InstrProfWriter::writeBinaryIds(ProfOStream &OS) { in writeBinaryIds()
514 Error InstrProfWriter::writeVTableNames(ProfOStream &OS) { in writeVTableNames()
545 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl()
694 Error InstrProfWriter::write(raw_fd_ostream &OS) { in write()
700 Error InstrProfWriter::write(raw_string_ostream &OS) { in write()
705 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer()
720 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
736 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText()
787 Error InstrProfWriter::writeText(raw_fd_ostream &OS) { in writeText()
845 void InstrProfWriter::writeTextTemporalProfTraceData(raw_fd_ostream &OS, in writeTextTemporalProfTraceData()