Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/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()
497 std::error_code SampleProfileWriterBinary::writeNameTable() { in writeNameTable() function in SampleProfileWriterBinary
537 std::error_code SampleProfileWriterCompactBinary::writeNameTable() { in writeNameTable() function in SampleProfileWriterCompactBinary
575 writeNameTable(); in writeHeader()