Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h150 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
309 unsigned EmitStackSizeSection : 1; variable
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp589 Options.EmitStackSizeSection = getEnableStackSizeSection(); in InitTargetOptionsFromCodeGenFlags()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp426 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1512 if (!MF.getTarget().Options.EmitStackSizeSection) in emitStackSizeSection()
2592 MF.getTarget().Options.EmitStackSizeSection || in SetupMachineFunction()