Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1017 MCSection *StackSizeSection = in emitStackSizeSection() local
1019 if (!StackSizeSection) in emitStackSizeSection()
1028 OutStreamer->SwitchSection(StackSizeSection); in emitStackSizeSection()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1093 MCSection *StackSizeSection = in emitStackSizeSection() local
1095 if (!StackSizeSection) in emitStackSizeSection()
1104 OutStreamer->SwitchSection(StackSizeSection); in emitStackSizeSection()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def103 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled.
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp553 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1115 Opts.StackSizeSection = Args.hasArg(OPT_fstack_size_section); in ParseCodeGenArgs()