Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp155 return writeBody(S); in writeSample()
681 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary
719 if (std::error_code EC = writeBody(CalleeSamples)) in writeBody()
732 return writeBody(S); in writeSample()
741 return writeBody(S); in writeSample()
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DABITestGen.py22 self.writeBody = outputHeader or outputTests or outputDriver
34 if self.writeBody:
114 if self.writeBody or self.outputTests:
124 if self.writeBody:
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h141 std::error_code writeBody(const FunctionSamples &S);