Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h136 virtual std::error_code writeNameTable();
265 virtual std::error_code writeNameTable() override;
393 virtual std::error_code writeNameTable() override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp192 std::error_code SampleProfileWriterExtBinaryBase::writeNameTable() { in writeNameTable() function in SampleProfileWriterExtBinaryBase
194 return SampleProfileWriterBinary::writeNameTable(); in writeNameTable()
229 if (auto EC = writeNameTable()) in writeNameTableSection()
495 std::error_code SampleProfileWriterBinary::writeNameTable() { in writeNameTable() function in SampleProfileWriterBinary
535 std::error_code SampleProfileWriterCompactBinary::writeNameTable() { in writeNameTable() function in SampleProfileWriterCompactBinary
573 writeNameTable(); in writeHeader()