Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h235 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp118 std::error_code SampleProfileWriterExtBinaryBase::addNewSection( in addNewSection() function in SampleProfileWriterExtBinaryBase
289 if (std::error_code EC = addNewSection(Type, LayoutIdx, SectionStart)) in writeOneSection()