Lines Matching refs:InstrProfWriter
80 typedef const InstrProfWriter::ProfilingData *const data_type;
81 typedef const InstrProfWriter::ProfilingData *const data_type_ref;
144 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter
148 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()
151 void InstrProfWriter::setValueProfDataEndianness( in setValueProfDataEndianness()
155 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
159 Error InstrProfWriter::addRecord(InstrProfRecord &&I, uint64_t Weight) { in addRecord()
185 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData()
213 void InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl()
276 void InstrProfWriter::write(raw_fd_ostream &OS) { in write()
282 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer()
297 void InstrProfWriter::writeRecordInText(const InstrProfRecord &Func, in writeRecordInText()
336 void InstrProfWriter::writeText(raw_fd_ostream &OS) { in writeText()