Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ProfileData/
DSampleProfWriter.cpp207 std::error_code SampleProfileWriterExtBinaryBase::writeOneSection( in writeOneSection() function in SampleProfileWriterExtBinaryBase
249 if (auto EC = writeOneSection(SecProfSummary, ProfileMap)) in writeSections()
251 if (auto EC = writeOneSection(SecNameTable, ProfileMap)) in writeSections()
253 if (auto EC = writeOneSection(SecLBRProfile, ProfileMap)) in writeSections()
255 if (auto EC = writeOneSection(SecProfileSymbolList, ProfileMap)) in writeSections()
257 if (auto EC = writeOneSection(SecFuncOffsetTable, ProfileMap)) in writeSections()
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfWriter.h198 writeOneSection(SecType Type, const StringMap<FunctionSamples> &ProfileMap);