Searched refs:InstrProfWriter (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 96 using data_type = const InstrProfWriter::ProfilingData *const; 168 InstrProfWriter::InstrProfWriter(bool Sparse, bool InstrEntryBBEnabled) in InstrProfWriter() function in InstrProfWriter 172 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter() 175 void InstrProfWriter::setValueProfDataEndianness( in setValueProfDataEndianness() 180 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() 225 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord() 253 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter() 288 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl() 388 Error InstrProfWriter::write(raw_fd_ostream &OS) { in write() 394 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 33 class InstrProfWriter { 48 InstrProfWriter(bool Sparse = false, bool InstrEntryBBEnabled = false); 49 ~InstrProfWriter(); 63 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 196 InstrProfWriter Writer; 307 InstrProfWriter &Writer) { in writeInstrProfile() 2122 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 898 SRCS_MIN+= ProfileData/InstrProfWriter.cpp
|