Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp106 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()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h37 class InstrProfWriter {
82 InstrProfWriter(
87 ~InstrProfWriter();
125 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp611 InstrProfWriter Writer;
828 getFuncName(const StringMap<InstrProfWriter::ProfilingData>::value_type &Val) { in getFuncName()
885 InstrProfWriter &Writer) { in writeInstrProfile()
2802 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
/src/lib/clang/libllvm/
H A DMakefile1083 SRCS_MIN+= ProfileData/InstrProfWriter.cpp