Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1181 MCSection *StackSizeSection = in emitStackSizeSection() local
1183 if (!StackSizeSection) in emitStackSizeSection()
1192 OutStreamer->SwitchSection(StackSizeSection); in emitStackSizeSection()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def109 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled.
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp573 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2762 CodeGenOpts<"StackSizeSection">, DefaultFalse,