Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h35 CtxSplitLayout, enumerator
299 resetSecLayout(SectionLayout::CtxSplitLayout); in setUseCtxSplitLayout()
429 assert((SL == DefaultLayout || SL == CtxSplitLayout) && in verifySecLayout()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp551 else if (SecLayout == CtxSplitLayout) in writeSections()