Lines Matching refs:writeOneSection
424 std::error_code SampleProfileWriterExtBinaryBase::writeOneSection( in writeOneSection() function in SampleProfileWriterExtBinaryBase
489 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) in writeDefaultLayout()
491 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) in writeDefaultLayout()
493 if (auto EC = writeOneSection(SecCSNameTable, 2, ProfileMap)) in writeDefaultLayout()
495 if (auto EC = writeOneSection(SecLBRProfile, 4, ProfileMap)) in writeDefaultLayout()
497 if (auto EC = writeOneSection(SecProfileSymbolList, 5, ProfileMap)) in writeDefaultLayout()
499 if (auto EC = writeOneSection(SecFuncOffsetTable, 3, ProfileMap)) in writeDefaultLayout()
501 if (auto EC = writeOneSection(SecFuncMetadata, 6, ProfileMap)) in writeDefaultLayout()
522 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) in writeCtxSplitLayout()
524 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) in writeCtxSplitLayout()
526 if (auto EC = writeOneSection(SecLBRProfile, 3, ContextProfileMap)) in writeCtxSplitLayout()
528 if (auto EC = writeOneSection(SecFuncOffsetTable, 2, ContextProfileMap)) in writeCtxSplitLayout()
533 if (auto EC = writeOneSection(SecLBRProfile, 5, NoContextProfileMap)) in writeCtxSplitLayout()
538 if (auto EC = writeOneSection(SecFuncOffsetTable, 4, NoContextProfileMap)) in writeCtxSplitLayout()
540 if (auto EC = writeOneSection(SecProfileSymbolList, 6, ProfileMap)) in writeCtxSplitLayout()
542 if (auto EC = writeOneSection(SecFuncMetadata, 7, ProfileMap)) in writeCtxSplitLayout()