HomeSort by relevance Sort by last modified time
    Searched refs:ForceFramePointer (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MachineFunctionInfo.h 24 /// ForceFramePointer - True if the function is required to use of frame
28 bool ForceFramePointer;
69 X86MachineFunctionInfo() : ForceFramePointer(false),
83 : ForceFramePointer(false),
96 bool getForceFramePointer() const { return ForceFramePointer;}
97 void setForceFramePointer(bool forceFP) { ForceFramePointer = forceFP; }
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 28 /// ForceFramePointer - True if the function is required to use of frame
32 bool ForceFramePointer = false;
114 bool getForceFramePointer() const { return ForceFramePointer;}
115 void setForceFramePointer(bool forceFP) { ForceFramePointer = forceFP; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 28 /// ForceFramePointer - True if the function is required to use of frame
32 bool ForceFramePointer = false;
114 bool getForceFramePointer() const { return ForceFramePointer;}
115 void setForceFramePointer(bool forceFP) { ForceFramePointer = forceFP; }

Completed in 44 milliseconds