Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h111 virtual std::error_code writeNameTable() = 0;
135 virtual std::error_code writeNameTable() override;
184 virtual std::error_code writeNameTable() override;
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp168 std::error_code SampleProfileWriterRawBinary::writeNameTable() { in writeNameTable() function in SampleProfileWriterRawBinary
206 std::error_code SampleProfileWriterCompactBinary::writeNameTable() { in writeNameTable() function in SampleProfileWriterCompactBinary
249 writeNameTable(); in writeHeader()