Lines Matching refs:InstrProfWriter

106   using data_type = const InstrProfWriter::ProfilingData *const;
107 using data_type_ref = const InstrProfWriter::ProfilingData *const;
184 InstrProfWriter::InstrProfWriter( in InstrProfWriter() function in InstrProfWriter
195 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()
198 void InstrProfWriter::setValueProfDataEndianness(llvm::endianness Endianness) { in setValueProfDataEndianness()
202 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
206 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
213 void InstrProfWriter::overlapRecord(NamedInstrProfRecord &&Other, in overlapRecord()
246 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord()
274 void InstrProfWriter::addMemProfRecord( in addMemProfRecord()
285 bool InstrProfWriter::addMemProfFrame(const memprof::FrameId Id, in addMemProfFrame()
301 bool InstrProfWriter::addMemProfCallStack( in addMemProfCallStack()
318 void InstrProfWriter::addBinaryIds(ArrayRef<llvm::object::BuildID> BIs) { in addBinaryIds()
322 void InstrProfWriter::addTemporalProfileTrace(TemporalProfTraceTy Trace) { in addTemporalProfileTrace()
339 void InstrProfWriter::addTemporalProfileTraces( in addTemporalProfileTraces()
379 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter()
412 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData()
782 uint64_t InstrProfWriter::writeHeader(const IndexedInstrProf::Header &Header, in writeHeader()
803 Error InstrProfWriter::writeVTableNames(ProfOStream &OS) { in writeVTableNames()
834 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl()
1010 Error InstrProfWriter::write(raw_fd_ostream &OS) { in write()
1016 Error InstrProfWriter::write(raw_string_ostream &OS) { in write()
1021 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer()
1036 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
1052 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText()
1103 Error InstrProfWriter::writeText(raw_fd_ostream &OS) { in writeText()
1157 void InstrProfWriter::writeTextTemporalProfTraceData(raw_fd_ostream &OS, in writeTextTemporalProfTraceData()