Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp97 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 …]
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-7.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h34 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp135 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/
Dllvm-profdata.cpp134 InstrProfWriter Writer(OutputSparse); in mergeInstrProfile()
355 InstrProfWriter::writeRecordInText(Func, Symtab, OS); in showInstrProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DInstrProfTest.cpp40 InstrProfWriter Writer;
203 InstrProfWriter Writer2; in TEST_F()
DCoverageMappingTest.cpp136 InstrProfWriter ProfileWriter;
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp105 InstrProfWriter ProfileWriter;
DInstrProfTest.cpp45 InstrProfWriter Writer;
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk554 llvm/lib/ProfileData/InstrProfWriter.cpp \
DBUILD.gn378 "llvm/lib/ProfileData/InstrProfWriter.cpp",
/external/swiftshader/
DCMakeLists.txt1220 ${LLVM_DIR}/lib/ProfileData/InstrProfWriter.cpp