Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h120 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
248 unsigned EmitStackSizeSection : 1; variable
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h137 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
276 unsigned EmitStackSizeSection : 1; variable
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp552 Options.EmitStackSizeSection = getEnableStackSizeSection(); in InitTargetOptionsFromCodeGenFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc316 Options.EmitStackSizeSection = EnableStackSizeSection;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1014 if (!MF.getTarget().Options.EmitStackSizeSection) in emitStackSizeSection()
1713 MF.getTarget().Options.EmitStackSizeSection) { in SetupMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1090 if (!MF.getTarget().Options.EmitStackSizeSection) in emitStackSizeSection()
1861 MF.getTarget().Options.EmitStackSizeSection || MF.hasBBLabels()) { in SetupMachineFunction()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp553 Options.EmitStackSizeSection = CodeGenOpts.StackSizeSection; in initTargetOptions()
/external/llvm-project/llvm/docs/
DCodeGenerator.rst1614 ``TargetOptions::EmitStackSizeSection`` is set (-stack-size-section). The