Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h121 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
245 unsigned EmitStackSizeSection : 1; variable
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc302 Options.EmitStackSizeSection = EnableStackSizeSection;
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1004 if (!MF.getTarget().Options.EmitStackSizeSection) in emitStackSizeSection()
1624 MF.getTarget().Options.EmitStackSizeSection) { in SetupMachineFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp474 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()