Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1515 MCSection *StackSizeSection = in emitStackSizeSection() local
1517 if (!StackSizeSection) in emitStackSizeSection()
1526 OutStreamer->switchSection(StackSizeSection); in emitStackSizeSection()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def120 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp426 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4200 CodeGenOpts<"StackSizeSection">, DefaultFalse,