Searched refs:InstrProfWriter (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 46 using data_type = const InstrProfWriter::ProfilingData *const; 47 using data_type_ref = const InstrProfWriter::ProfilingData *const; 124 InstrProfWriter::InstrProfWriter( in InstrProfWriter() function in InstrProfWriter 147 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter() 150 void InstrProfWriter::setValueProfDataEndianness(llvm::endianness Endianness) { in setValueProfDataEndianness() 154 void InstrProfWriter::setOutputSparse(bool Sparse) { this->Sparse = Sparse; } in setOutputSparse() 156 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord() 163 void InstrProfWriter::overlapRecord(NamedInstrProfRecord &&Other, in overlapRecord() 194 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord() 219 void InstrProfWriter::addMemProfRecord( in addMemProfRecord() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 40 class InstrProfWriter { 98 LLVM_ABI InstrProfWriter(bool Sparse = false, 108 LLVM_ABI ~InstrProfWriter(); 139 LLVM_ABI void mergeRecordsFromWriter(InstrProfWriter &&IPW,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 651 InstrProfWriter Writer; 889 getFuncName(const StringMap<InstrProfWriter::ProfilingData>::value_type &Val) { in getFuncName() 946 InstrProfWriter &Writer) { in writeInstrProfile() 2898 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1164 SRCS_MIN+= ProfileData/InstrProfWriter.cpp
|