Home
last modified time | relevance | path

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

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