Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp97 using data_type = const InstrProfWriter::ProfilingData *const;
165 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter
168 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 …]
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h34 class InstrProfWriter {
47 InstrProfWriter(bool Sparse = false);
48 ~InstrProfWriter();
60 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp176 InstrProfWriter Writer;
361 InstrProfWriter &Writer = Contexts[0]->Writer; in mergeInstrProfile()
720 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile761 SRCS_MIN+= ProfileData/InstrProfWriter.cpp