Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h140 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
300 unsigned EmitStackSizeSection : 1; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp555 Options.EmitStackSizeSection = getEnableStackSizeSection(); in InitTargetOptionsFromCodeGenFlags()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp439 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1408 if (!MF.getTarget().Options.EmitStackSizeSection) in emitStackSizeSection()
2375 MF.getTarget().Options.EmitStackSizeSection || MF.hasBBLabels()) { in SetupMachineFunction()
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst1653 ``TargetOptions::EmitStackSizeSection`` is set (-stack-size-section). The