Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h45 NoFramePointerElimNonLeaf(false), LessPreciseFPMADOption(false), in TargetOptions()
71 unsigned NoFramePointerElimNonLeaf : 1; variable
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp24 if (NoFramePointerElimNonLeaf && !NoFramePointerElim) { in DisableFramePointerElim()
/external/clang/lib/CodeGen/
DBackendUtil.cpp413 Options.NoFramePointerElimNonLeaf = false; in CreateTargetMachine()
416 Options.NoFramePointerElimNonLeaf = true; in CreateTargetMachine()
419 Options.NoFramePointerElimNonLeaf = true; in CreateTargetMachine()
/external/llvm/lib/Target/
DTargetMachine.cpp81 RESET_OPTION(NoFramePointerElimNonLeaf, "no-frame-pointer-elim-non-leaf"); in resetTargetOptions()
/external/llvm/tools/llc/
Dllc.cpp262 Options.NoFramePointerElimNonLeaf = DisableFPElimNonLeaf; in compileModule()
/external/llvm/tools/opt/
Dopt.cpp492 Options.NoFramePointerElimNonLeaf = DisableFPElimNonLeaf; in GetTargetOptions()
/external/llvm/tools/lto/
DLTOModule.cpp241 Options.NoFramePointerElimNonLeaf = DisableFPElimNonLeaf; in getTargetOptions()