Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h130 virtual std::error_code writeNameTable();
260 std::error_code writeNameTable() override;
390 std::error_code writeNameTable() override;
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp239 std::error_code SampleProfileWriterExtBinaryBase::writeNameTable() { in writeNameTable() function in SampleProfileWriterExtBinaryBase
241 return SampleProfileWriterBinary::writeNameTable(); in writeNameTable()
275 if (auto EC = writeNameTable()) in writeNameTableSection()
590 std::error_code SampleProfileWriterBinary::writeNameTable() { in writeNameTable() function in SampleProfileWriterBinary
629 std::error_code SampleProfileWriterCompactBinary::writeNameTable() { in writeNameTable() function in SampleProfileWriterCompactBinary
666 writeNameTable(); in writeHeader()