Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp30 bool NoFramePointerElimNonLeaf; variable
65 cl::location(NoFramePointerElimNonLeaf),
258 if (NoFramePointerElimNonLeaf && !NoFramePointerElim) { in DisableFramePointerElim()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h44 extern bool NoFramePointerElimNonLeaf;
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp525 options.NoFramePointerElimNonLeaf = true; in lp_build_create_jit_compiler_for_module()