Searched refs:InstrProfWriter (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
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) 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 …]
|
D | CMakeLists.txt | 5 InstrProfWriter.cpp
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 80 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 …]
|
D | CMakeLists.txt | 4 InstrProfWriter.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 33 class InstrProfWriter { 47 InstrProfWriter(bool Sparse = false); 48 ~InstrProfWriter(); 60 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 30 class InstrProfWriter { 43 InstrProfWriter(bool Sparse = false); 44 ~InstrProfWriter();
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 134 InstrProfWriter Writer(OutputSparse); in mergeInstrProfile() 355 InstrProfWriter::writeRecordInText(Func, Symtab, OS); in showInstrProfile()
|
/external/llvm/unittests/ProfileData/ |
D | CoverageMappingTest.cpp | 105 InstrProfWriter ProfileWriter;
|
D | InstrProfTest.cpp | 45 InstrProfWriter Writer;
|
/external/skia/bazel/rbe/gce_linux/cc/ |
D | module.modulemap | 3553 textual header "/usr/include/llvm-11/llvm/ProfileData/InstrProfWriter.h"
|