Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProfWriter.cpp86 uint64_t SampleProfileWriterExtBinaryBase::markSectionStart(SecType Type) { in markSectionStart() function in SampleProfileWriterExtBinaryBase
171 uint64_t SectionStart = markSectionStart(SecProfSummary); in writeSections()
179 SectionStart = markSectionStart(SecNameTable); in writeSections()
188 SectionStart = markSectionStart(SecLBRProfile); in writeSections()
198 SectionStart = markSectionStart(SecProfileSymbolList); in writeSections()
205 SectionStart = markSectionStart(SecFuncOffsetTable); in writeSections()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDSampleProfWriter.h154 uint64_t markSectionStart(SecType Type);