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.cpp259 return writeBody(S); in writeSample()
820 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary
845 if (std::error_code EC = writeBody(FunctionSample)) in writeBody()
858 return writeBody(S); in writeSample()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h217 std::error_code writeBody(const FunctionSamples &S);