Searched refs:InstrProfWriter (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 106 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 D | InstrProfWriter.h | 37 class InstrProfWriter { 82 InstrProfWriter( 87 ~InstrProfWriter(); 125 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
|
| /src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 611 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 D | Makefile | 1083 SRCS_MIN+= ProfileData/InstrProfWriter.cpp
|