Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp243 std::error_code SampleProfileWriterExtBinaryBase::writeOneSection( in writeOneSection() function in SampleProfileWriterExtBinaryBase
300 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) in writeDefaultLayout()
302 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) in writeDefaultLayout()
304 if (auto EC = writeOneSection(SecLBRProfile, 3, ProfileMap)) in writeDefaultLayout()
306 if (auto EC = writeOneSection(SecProfileSymbolList, 4, ProfileMap)) in writeDefaultLayout()
308 if (auto EC = writeOneSection(SecFuncOffsetTable, 2, ProfileMap)) in writeDefaultLayout()
310 if (auto EC = writeOneSection(SecFuncMetadata, 5, ProfileMap)) in writeDefaultLayout()
332 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) in writeCtxSplitLayout()
334 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) in writeCtxSplitLayout()
336 if (auto EC = writeOneSection(SecLBRProfile, 3, ContextProfileMap)) in writeCtxSplitLayout()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h261 writeOneSection(SecType Type, uint32_t LayoutIdx,