Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h290 std::error_code writeSecHdrTable();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp143 if (std::error_code EC = writeSecHdrTable()) in write()
599 std::error_code SampleProfileWriterExtBinaryBase::writeSecHdrTable() { in writeSecHdrTable() function in SampleProfileWriterExtBinaryBase