Lines Matching refs:InstrProfWriter
104 using data_type = const InstrProfWriter::ProfilingData *const;
105 using data_type_ref = const InstrProfWriter::ProfilingData *const;
182 InstrProfWriter::InstrProfWriter(bool Sparse, in InstrProfWriter() function in InstrProfWriter
189 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()
192 void InstrProfWriter::setValueProfDataEndianness(llvm::endianness Endianness) { in setValueProfDataEndianness()
196 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
200 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
207 void InstrProfWriter::overlapRecord(NamedInstrProfRecord &&Other, in overlapRecord()
240 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord()
268 void InstrProfWriter::addMemProfRecord( in addMemProfRecord()
279 bool InstrProfWriter::addMemProfFrame(const memprof::FrameId Id, in addMemProfFrame()
295 void InstrProfWriter::addBinaryIds(ArrayRef<llvm::object::BuildID> BIs) { in addBinaryIds()
299 void InstrProfWriter::addTemporalProfileTrace(TemporalProfTraceTy Trace) { in addTemporalProfileTrace()
319 void InstrProfWriter::addTemporalProfileTraces( in addTemporalProfileTraces()
355 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter()
382 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData()
412 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl()
666 Error InstrProfWriter::write(raw_fd_ostream &OS) { in write()
672 Error InstrProfWriter::write(raw_string_ostream &OS) { in write()
677 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer()
692 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
710 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText()
762 Error InstrProfWriter::writeText(raw_fd_ostream &OS) { in writeText()
812 void InstrProfWriter::writeTextTemporalProfTraceData(raw_fd_ostream &OS, in writeTextTemporalProfTraceData()