Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp25 bool NoFramePointerElimNonLeaf = in DisableFramePointerElim() local
28 if (NoFramePointerElimNonLeaf && !NoFramePointerElim) { in DisableFramePointerElim()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp122 llvm::NoFramePointerElimNonLeaf = true; in lp_set_target_options()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp122 llvm::NoFramePointerElimNonLeaf = true; in lp_set_target_options()
/external/clang/lib/CodeGen/
DCGCall.cpp1076 bool NoFramePointerElimNonLeaf; in ConstructAttributeList() local
1078 NoFramePointerElimNonLeaf = false; in ConstructAttributeList()
1080 NoFramePointerElimNonLeaf = true; in ConstructAttributeList()
1082 NoFramePointerElimNonLeaf = true; in ConstructAttributeList()
1086 llvm::toStringRef(NoFramePointerElimNonLeaf)); in ConstructAttributeList()