Lines Matching refs:writeOneSection
243 std::error_code SampleProfileWriterExtBinaryBase::writeOneSection( in writeOneSection() function in SampleProfileWriterExtBinaryBase
302 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) in writeDefaultLayout()
304 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) in writeDefaultLayout()
306 if (auto EC = writeOneSection(SecLBRProfile, 3, ProfileMap)) in writeDefaultLayout()
308 if (auto EC = writeOneSection(SecProfileSymbolList, 4, ProfileMap)) in writeDefaultLayout()
310 if (auto EC = writeOneSection(SecFuncOffsetTable, 2, ProfileMap)) in writeDefaultLayout()
312 if (auto EC = writeOneSection(SecFuncMetadata, 5, ProfileMap)) in writeDefaultLayout()
334 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) in writeCtxSplitLayout()
336 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) in writeCtxSplitLayout()
338 if (auto EC = writeOneSection(SecLBRProfile, 3, ContextProfileMap)) in writeCtxSplitLayout()
340 if (auto EC = writeOneSection(SecFuncOffsetTable, 2, ContextProfileMap)) in writeCtxSplitLayout()
345 if (auto EC = writeOneSection(SecLBRProfile, 5, NoContextProfileMap)) in writeCtxSplitLayout()
350 if (auto EC = writeOneSection(SecFuncOffsetTable, 4, NoContextProfileMap)) in writeCtxSplitLayout()
352 if (auto EC = writeOneSection(SecProfileSymbolList, 6, ProfileMap)) in writeCtxSplitLayout()
354 if (auto EC = writeOneSection(SecFuncMetadata, 7, ProfileMap)) in writeCtxSplitLayout()