Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp101 using data_type = const InstrProfWriter::ProfilingData *const;
173 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter
176 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 …]
H A DCMakeLists.txt6 InstrProfWriter.cpp
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h36 class InstrProfWriter {
59 InstrProfWriter(bool Sparse = false);
60 ~InstrProfWriter();
83 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ProfileData/
H A DBUILD.gn15 "InstrProfWriter.cpp",
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp42 InstrProfWriter Writer;
207 InstrProfWriter Writer2; in TEST_F()
369 InstrProfWriter Writer2; in TEST_F()
H A DCoverageMappingTest.cpp138 InstrProfWriter ProfileWriter;
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp203 InstrProfWriter Writer;
354 InstrProfWriter &Writer) { in writeInstrProfile()
2194 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5455 llvm/include/llvm/ProfileData/InstrProfWriter.h