Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h301 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp201 std::error_code SampleProfileWriterExtBinaryBase::addNewSection( in addNewSection() function in SampleProfileWriterExtBinaryBase
478 if (std::error_code EC = addNewSection(Type, LayoutIdx, SectionStart)) in writeOneSection()