Searched refs:writeBody (Results 1 – 3 of 3) sorted by relevance
155 return writeBody(S); in writeSample()681 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary719 if (std::error_code EC = writeBody(CalleeSamples)) in writeBody()732 return writeBody(S); in writeSample()741 return writeBody(S); in writeSample()
22 self.writeBody = outputHeader or outputTests or outputDriver34 if self.writeBody:114 if self.writeBody or self.outputTests:124 if self.writeBody:
141 std::error_code writeBody(const FunctionSamples &S);