Lines Matching refs:InstrProfWriter
101 using data_type = const InstrProfWriter::ProfilingData *const;
102 using data_type_ref = const InstrProfWriter::ProfilingData *const;
173 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter
176 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()
179 void InstrProfWriter::setValueProfDataEndianness( in setValueProfDataEndianness()
184 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
188 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
195 void InstrProfWriter::overlapRecord(NamedInstrProfRecord &&Other, in overlapRecord()
228 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord()
256 void InstrProfWriter::addMemProfRecord( in addMemProfRecord()
267 bool InstrProfWriter::addMemProfFrame(const memprof::FrameId Id, in addMemProfFrame()
283 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter()
303 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData()
331 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl()
503 Error InstrProfWriter::write(raw_fd_ostream &OS) { in write()
509 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer()
525 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
546 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText()
587 Error InstrProfWriter::writeText(raw_fd_ostream &OS) { in writeText()