Home
last modified time | relevance | path

Searched refs:writeBody (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp155 return writeBody(S); in writeSample()
683 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary
721 if (std::error_code EC = writeBody(CalleeSamples)) in writeBody()
734 return writeBody(S); in writeSample()
743 return writeBody(S); in writeSample()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h141 std::error_code writeBody(const FunctionSamples &S);