Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h359 std::error_code writeSecHdrTable();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp232 if (std::error_code EC = writeSecHdrTable()) in write()
759 std::error_code SampleProfileWriterExtBinaryBase::writeSecHdrTable() { in writeSecHdrTable() function in SampleProfileWriterExtBinaryBase