Searched refs:writeOneSection (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 317 std::error_code SampleProfileWriterExtBinaryBase::writeOneSection( in writeOneSection() function in SampleProfileWriterExtBinaryBase 382 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) in writeDefaultLayout() 384 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) in writeDefaultLayout() 386 if (auto EC = writeOneSection(SecCSNameTable, 2, ProfileMap)) in writeDefaultLayout() 388 if (auto EC = writeOneSection(SecLBRProfile, 4, ProfileMap)) in writeDefaultLayout() 390 if (auto EC = writeOneSection(SecProfileSymbolList, 5, ProfileMap)) in writeDefaultLayout() 392 if (auto EC = writeOneSection(SecFuncOffsetTable, 3, ProfileMap)) in writeDefaultLayout() 394 if (auto EC = writeOneSection(SecFuncMetadata, 6, ProfileMap)) in writeDefaultLayout() 415 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) in writeCtxSplitLayout() 417 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) in writeCtxSplitLayout() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 256 virtual std::error_code writeOneSection(SecType Type, uint32_t LayoutIdx,
|