Searched refs:writeOneSection (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 327 virtual std::error_code writeOneSection(SecType Type, uint32_t LayoutIdx,
|