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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp117 SampleProfileWriterExtBinaryBase::addNewSection(SecType Type, function in class:SampleProfileWriterExtBinaryBase
175 if (std::error_code EC = addNewSection(SecProfSummary, SectionStart))
185 if (std::error_code EC = addNewSection(SecNameTable, SectionStart))
192 if (std::error_code EC = addNewSection(SecLBRProfile, SectionStart))
202 if (std::error_code EC = addNewSection(SecProfileSymbolList, SectionStart))
208 if (std::error_code EC = addNewSection(SecFuncOffsetTable, SectionStart))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h155 std::error_code addNewSection(SecType Sec, uint64_t SectionStart);

Completed in 175 milliseconds