Searched refs:InstrProfWriter (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 96 using data_type = const InstrProfWriter::ProfilingData *const; 97 using data_type_ref = 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() 184 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord() 191 void InstrProfWriter::overlapRecord(NamedInstrProfRecord &&Other, in overlapRecord() 225 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord() 253 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter() [all …]
|
H A D | CMakeLists.txt | 5 InstrProfWriter.cpp
|
/netbsd-src/external/apache2/llvm/dist/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,
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/ProfileData/ |
H A D | BUILD.gn | 11 "InstrProfWriter.cpp",
|
/netbsd-src/external/apache2/llvm/lib/libLLVMProfileData/ |
H A D | Makefile | 12 InstrProfWriter.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 195 InstrProfWriter Writer; 306 InstrProfWriter &Writer) { in writeInstrProfile() 2093 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
|