Searched refs:writeRecordInText (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 55 static void writeRecordInText(const InstrProfRecord &Record,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 70 static void writeRecordInText(StringRef Name, uint64_t Hash,
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 297 void InstrProfWriter::writeRecordInText(const InstrProfRecord &Func, in writeRecordInText() function in InstrProfWriter 348 writeRecordInText(Func.second, Symtab, OS); in writeText()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 335 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText() function in InstrProfWriter 388 writeRecordInText(I.getKey(), Func.first, Func.second, Symtab, OS); in writeText()
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 355 InstrProfWriter::writeRecordInText(Func, Symtab, OS); in showInstrProfile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 612 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
|