Searched refs:InstrProfWriter (Results 1 – 4 of 4) sorted by relevance
97 using data_type = const InstrProfWriter::ProfilingData *const;165 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter168 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()171 void InstrProfWriter::setValueProfDataEndianness( in setValueProfDataEndianness()176 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()187 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord()215 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter()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()[all …]
34 class InstrProfWriter {47 InstrProfWriter(bool Sparse = false);48 ~InstrProfWriter();60 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
176 InstrProfWriter Writer;361 InstrProfWriter &Writer = Contexts[0]->Writer; in mergeInstrProfile()720 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
761 SRCS_MIN+= ProfileData/InstrProfWriter.cpp