Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h342 std::error_code writeProfileSymbolListSection();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp416 SampleProfileWriterExtBinaryBase::writeProfileSymbolListSection() { in writeProfileSymbolListSection() function in SampleProfileWriterExtBinaryBase
470 if (auto EC = writeProfileSymbolListSection()) in writeOneSection()