Searched refs:StackSizeSection (Results 1 – 5 of 5) sorted by relevance
1017 MCSection *StackSizeSection = in emitStackSizeSection() local1019 if (!StackSizeSection) in emitStackSizeSection()1028 OutStreamer->SwitchSection(StackSizeSection); in emitStackSizeSection()
1093 MCSection *StackSizeSection = in emitStackSizeSection() local1095 if (!StackSizeSection) in emitStackSizeSection()1104 OutStreamer->SwitchSection(StackSizeSection); in emitStackSizeSection()
103 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled.
553 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
1115 Opts.StackSizeSection = Args.hasArg(OPT_fstack_size_section); in ParseCodeGenArgs()