Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h29 enum SectionLayout { enum
131 virtual void resetSecLayout(SectionLayout SL) {} in resetSecLayout()
286 void resetSecLayout(SectionLayout SL) override { in resetSecLayout()
320 virtual void verifySecLayout(SectionLayout SL) = 0;
344 SectionLayout SecLayout = DefaultLayout;
411 void verifySecLayout(SectionLayout SL) override { in verifySecLayout()