Lines Matching refs:InstrProfWriter
97 using data_type = const InstrProfWriter::ProfilingData *const;
98 using data_type_ref = const InstrProfWriter::ProfilingData *const;
165 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter
168 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()
171 void InstrProfWriter::setValueProfDataEndianness( in setValueProfDataEndianness()
176 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
180 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
187 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord()
215 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter()
222 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData()
250 void InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl()
314 void InstrProfWriter::write(raw_fd_ostream &OS) { in write()
320 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer()
335 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText()
376 Error InstrProfWriter::writeText(raw_fd_ostream &OS) { in writeText()