Searched refs:writeRecordInText (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 102 static void writeRecordInText(StringRef Name, uint64_t Hash,
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 601 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText() function in InstrProfWriter 675 writeRecordInText(Name, Func.first, Func.second, Symtab, OS); in writeText()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2423 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()
|