Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h334 std::error_code writeCSNameTableSection();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp387 std::error_code SampleProfileWriterExtBinaryBase::writeCSNameTableSection() { in writeCSNameTableSection() function in SampleProfileWriterExtBinaryBase
453 if (auto EC = writeCSNameTableSection()) in writeOneSection()