OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForceFramePointer
(Results
1 - 2
of
2
) 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; }
Completed in 199 milliseconds