Searched refs:InstrProfWriter (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 97 using data_type = const InstrProfWriter::ProfilingData *const; 98 using data_type_ref = const InstrProfWriter::ProfilingData *const; 165 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() function in InstrProfWriter 168 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter() 171 void InstrProfWriter::setValueProfDataEndianness( in setValueProfDataEndianness() 176 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() 180 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord() 187 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord() 215 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW, in mergeRecordsFromWriter() 222 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData() [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-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 34 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 135 InstrProfWriter Writer; 316 InstrProfWriter &Writer = Contexts[0]->Writer; in mergeInstrProfile() 612 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 134 InstrProfWriter Writer(OutputSparse); in mergeInstrProfile() 355 InstrProfWriter::writeRecordInText(Func, Symtab, OS); in showInstrProfile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 40 InstrProfWriter Writer; 203 InstrProfWriter Writer2; in TEST_F()
|
D | CoverageMappingTest.cpp | 136 InstrProfWriter ProfileWriter;
|
/external/llvm/unittests/ProfileData/ |
D | CoverageMappingTest.cpp | 105 InstrProfWriter ProfileWriter;
|
D | InstrProfTest.cpp | 45 InstrProfWriter Writer;
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 554 llvm/lib/ProfileData/InstrProfWriter.cpp \
|
D | BUILD.gn | 378 "llvm/lib/ProfileData/InstrProfWriter.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 1220 ${LLVM_DIR}/lib/ProfileData/InstrProfWriter.cpp
|