Searched refs:InstrProfWriter (Results 1 – 8 of 8) sorted by relevance
101 using data_type = const InstrProfWriter::ProfilingData *const;173 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter176 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()179 void InstrProfWriter::setValueProfDataEndianness( in setValueProfDataEndianness()184 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()228 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord()256 void InstrProfWriter::addMemProfRecord( in addMemProfRecord()283 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter()331 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl()503 Error InstrProfWriter::write(raw_fd_ostream &OS) { in write()[all …]
6 InstrProfWriter.cpp
36 class InstrProfWriter {59 InstrProfWriter(bool Sparse = false);60 ~InstrProfWriter();83 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
15 "InstrProfWriter.cpp",
42 InstrProfWriter Writer;207 InstrProfWriter Writer2; in TEST_F()369 InstrProfWriter Writer2; in TEST_F()
138 InstrProfWriter ProfileWriter;
203 InstrProfWriter Writer;354 InstrProfWriter &Writer) { in writeInstrProfile()2194 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
5455 llvm/include/llvm/ProfileData/InstrProfWriter.h