Home
last modified time | relevance | path

Searched refs:writeRecordInText (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h144 static void writeRecordInText(StringRef Name, uint64_t Hash,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp1052 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText() function in InstrProfWriter
1145 writeRecordInText(Name, Func.first, Func.second, Symtab, OS); in writeText()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2802 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()