Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h149 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
305 unsigned EmitStackSizeSection : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp580 Options.EmitStackSizeSection = getEnableStackSizeSection(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp415 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1502 if (!MF.getTarget().Options.EmitStackSizeSection) in emitStackSizeSection()
2585 MF.getTarget().Options.EmitStackSizeSection || MF.hasBBLabels()) { in SetupMachineFunction()