Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h128 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
272 unsigned EmitStackSizeSection : 1; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp520 Options.EmitStackSizeSection = getEnableStackSizeSection(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1178 if (!MF.getTarget().Options.EmitStackSizeSection) in emitStackSizeSection()
1993 MF.getTarget().Options.EmitStackSizeSection || MF.hasBBLabels()) { in SetupMachineFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp573 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()