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.h350 std::error_code writeCSNameTableSection();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp385 std::error_code SampleProfileWriterExtBinaryBase::writeCSNameTableSection() { in writeCSNameTableSection() function in SampleProfileWriterExtBinaryBase
451 if (auto EC = writeCSNameTableSection()) in writeOneSection()