Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.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/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h201 virtual std::error_code writeNameTable();
331 std::error_code writeNameTable() override;