OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OffsetAdjustment
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
345
int
OffsetAdjustment
= 0;
366
YamlIO.mapOptional("
offsetAdjustment
", MFI.
OffsetAdjustment
);
MachineFrameInfo.h
178
/// SP then
OffsetAdjustment
is zero; if FP is used,
OffsetAdjustment
is set
183
int
OffsetAdjustment
;
267
StackSize = NumFixedObjects =
OffsetAdjustment
= MaxAlignment = 0;
462
int getOffsetAdjustment() const { return
OffsetAdjustment
; }
465
void setOffsetAdjustment(int Adj) {
OffsetAdjustment
= Adj; }
Completed in 48 milliseconds