OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArgumentStackSize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kMachineFunction.h
68
unsigned
ArgumentStackSize
= 0;
101
unsigned getArgumentStackSize() const { return
ArgumentStackSize
; }
102
void setArgumentStackSize(unsigned size) {
ArgumentStackSize
= size; }
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h
117
///
ArgumentStackSize
- amount of bytes on stack consumed by the arguments
119
unsigned
ArgumentStackSize
= 0;
195
unsigned getArgumentStackSize() const { return
ArgumentStackSize
; }
196
void setArgumentStackSize(unsigned size) {
ArgumentStackSize
= size; }
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MachineFunctionInfo.h
81
///
ArgumentStackSize
- The number of bytes on stack consumed by the arguments
83
unsigned
ArgumentStackSize
= 0;
179
unsigned getArgumentStackSize() const { return
ArgumentStackSize
; }
180
void setArgumentStackSize(unsigned size) {
ArgumentStackSize
= size; }
Completed in 46 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026