OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stackGrowth
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.cpp
528
int
stackGrowth
= -SlotSize;
559
MCCFIInstruction::cfiDefCfaOffset(nullptr, 2 *
stackGrowth
));
566
2 *
stackGrowth
));
592
int StackOffset = 2 *
stackGrowth
;
605
StackOffset +=
stackGrowth
;
654
MCCFIInstruction::cfiDefCfaOffset(nullptr, -StackSize +
stackGrowth
));
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
349
int
stackGrowth
= is64Bit ? -8 : -4;
351
// Initial state of the frame pointer is esp+
stackGrowth
.
354
nullptr, MRI.getDwarfRegNum(StackPtr, true), -
stackGrowth
);
360
nullptr, MRI.getDwarfRegNum(InstPtr, true),
stackGrowth
);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp
1425
int
stackGrowth
= -SlotSize;
1470
MCCFIInstruction::cfiDefCfaOffset(nullptr, -2 *
stackGrowth
));
1475
nullptr, DwarfFramePtr, 2 *
stackGrowth
));
1565
int StackOffset = 2 *
stackGrowth
;
1581
StackOffset +=
stackGrowth
;
1871
MCCFIInstruction::cfiDefCfaOffset(nullptr, StackSize -
stackGrowth
));
X86MCInstLower.cpp
2478
int
stackGrowth
= -RI->getSlotSize();
2481
OutStreamer->emitCFIAdjustCfaOffset(-
stackGrowth
);
2492
OutStreamer->emitCFIAdjustCfaOffset(
stackGrowth
);
Completed in 74 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026