Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h120 EmitStackSizeSection(false), EnableMachineOutliner(false), in TargetOptions()
248 unsigned EmitStackSizeSection : 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc316 Options.EmitStackSizeSection = EnableStackSizeSection;
/third_party/skia/third_party/externals/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()