Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp96 using data_type = const InstrProfWriter::ProfilingData *const;
97 using data_type_ref = const InstrProfWriter::ProfilingData *const;
168 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter
171 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()
174 void InstrProfWriter::setValueProfDataEndianness( in setValueProfDataEndianness()
179 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
183 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
190 void InstrProfWriter::overlapRecord(NamedInstrProfRecord &&Other, in overlapRecord()
224 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord()
252 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter()
[all …]
DCMakeLists.txt5 InstrProfWriter.cpp
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp80 typedef const InstrProfWriter::ProfilingData *const data_type;
81 typedef const InstrProfWriter::ProfilingData *const data_type_ref;
144 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter
148 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter()
151 void InstrProfWriter::setValueProfDataEndianness( in setValueProfDataEndianness()
155 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
159 Error InstrProfWriter::addRecord(InstrProfRecord &&I, uint64_t Weight) { in addRecord()
185 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData()
213 void InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl()
276 void InstrProfWriter::write(raw_fd_ostream &OS) { in write()
[all …]
DCMakeLists.txt4 InstrProfWriter.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h33 class InstrProfWriter {
47 InstrProfWriter(bool Sparse = false);
48 ~InstrProfWriter();
60 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h30 class InstrProfWriter {
43 InstrProfWriter(bool Sparse = false);
44 ~InstrProfWriter();
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp134 InstrProfWriter Writer(OutputSparse); in mergeInstrProfile()
355 InstrProfWriter::writeRecordInText(Func, Symtab, OS); in showInstrProfile()
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp105 InstrProfWriter ProfileWriter;
DInstrProfTest.cpp45 InstrProfWriter Writer;
/external/skia/bazel/rbe/gce_linux/cc/
Dmodule.modulemap3553 textual header "/usr/include/llvm-11/llvm/ProfileData/InstrProfWriter.h"