Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1411 MCSection *StackSizeSection = in emitStackSizeSection() local
1413 if (!StackSizeSection) in emitStackSizeSection()
1422 OutStreamer->switchSection(StackSizeSection); in emitStackSizeSection()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def114 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled.
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp439 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3114 CodeGenOpts<"StackSizeSection">, DefaultFalse,