Searched refs:writeRecordInText (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 125 static void writeRecordInText(StringRef Name, uint64_t Hash,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 710 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText() function in InstrProfWriter 800 writeRecordInText(Name, Func.first, Func.second, Symtab, OS); in writeText()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2743 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
|