Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h128 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
275 unsigned EmitStackSizeSection : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp527 Options.EmitStackSizeSection = getEnableStackSizeSection(); in InitTargetOptionsFromCodeGenFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1164 if (!MF.getTarget().Options.EmitStackSizeSection) in emitStackSizeSection()
1973 MF.getTarget().Options.EmitStackSizeSection || MF.hasBBLabels()) { in SetupMachineFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp565 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1614 ``TargetOptions::EmitStackSizeSection`` is set (-stack-size-section). The