Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProfWriter.cpp344 std::error_code SampleProfileWriterExtBinaryBase::writeNameTable() { in writeNameTable() function in SampleProfileWriterExtBinaryBase
346 return SampleProfileWriterBinary::writeNameTable(); in writeNameTable()
382 if (auto EC = writeNameTable()) in writeNameTableSection()
692 std::error_code SampleProfileWriterBinary::writeNameTable() { in writeNameTable() function in SampleProfileWriterBinary
733 writeNameTable(); in writeHeader()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDSampleProfWriter.h201 virtual std::error_code writeNameTable();
331 std::error_code writeNameTable() override;