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

  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.cpp 19 if (!RestoreBasePointerOffset) {
29 RestoreBasePointerOffset -= SlotSize;
X86MachineFunctionInfo.h 35 /// RestoreBasePointerOffset - Non-zero if the function has base pointer
39 signed char RestoreBasePointerOffset;
94 RestoreBasePointerOffset(0),
112 RestoreBasePointerOffset(0),
134 bool getRestoreBasePointer() const { return RestoreBasePointerOffset!=0; }
136 int getRestoreBasePointerOffset() const {return RestoreBasePointerOffset; }

Completed in 427 milliseconds