Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp96 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 DCMakeLists.txt5 InstrProfWriter.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h33 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 DBUILD.gn11 "InstrProfWriter.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMProfileData/
H A DMakefile12 InstrProfWriter.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp195 InstrProfWriter Writer;
306 InstrProfWriter &Writer) { in writeInstrProfile()
2093 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()