Home
last modified time | relevance | path

Searched refs:InstrProfWriter (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp182 InstrProfWriter::InstrProfWriter(bool Sparse, in InstrProfWriter() function in InstrProfWriter
189 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()
196 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
240 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord()
268 void InstrProfWriter::addMemProfRecord( in addMemProfRecord()
319 void InstrProfWriter::addTemporalProfileTraces( in addTemporalProfileTraces()
355 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter()
412 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl()
666 Error InstrProfWriter::write(raw_fd_ostream &OS) { in write()
672 Error InstrProfWriter::write(raw_string_ostream &OS) { in write()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h37 class InstrProfWriter {
72 InstrProfWriter(bool Sparse = false,
75 ~InstrProfWriter();
106 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp574 InstrProfWriter Writer;
770 getFuncName(const StringMap<InstrProfWriter::ProfilingData>::value_type &Val) { in getFuncName()
827 InstrProfWriter &Writer) { in writeInstrProfile()
2743 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1056 SRCS_MIN+= ProfileData/InstrProfWriter.cpp