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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h70 static void writeRecordInText(StringRef Name, uint64_t Hash,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp398 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, function in class:InstrProfWriter
467 writeRecordInText(Name, Func.first, Func.second, Symtab, OS);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp895 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab,

Completed in 103 milliseconds