Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1007 MCSection *StackSizeSection = in emitStackSizeSection() local
1009 if (!StackSizeSection) in emitStackSizeSection()
1018 OutStreamer->SwitchSection(StackSizeSection); in emitStackSizeSection()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def97 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled.
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp474 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp887 Opts.StackSizeSection = in ParseCodeGenArgs()