Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h133 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
294 unsigned EmitStackSizeSection : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp594 Options.EmitStackSizeSection = getEnableStackSizeSection(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp461 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1599 if (!MF.getTarget().Options.EmitStackSizeSection) in emitStackSizeSection()
2842 MF.getTarget().Options.EmitStackSizeSection || in SetupMachineFunction()