Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp261 return writeBody(S); in writeSample()
823 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary
859 if (std::error_code EC = writeBody(CalleeSamples)) in writeBody()
872 return writeBody(S); in writeSample()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h206 std::error_code writeBody(const FunctionSamples &S);