OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArgumentStackSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h
78
///
ArgumentStackSize
- The number of bytes on stack consumed by the arguments
80
unsigned
ArgumentStackSize
= 0;
148
unsigned getArgumentStackSize() const { return
ArgumentStackSize
; }
149
void setArgumentStackSize(unsigned size) {
ArgumentStackSize
= size; }
/external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h
113
///
ArgumentStackSize
- amount of bytes on stack consumed by the arguments
115
unsigned
ArgumentStackSize
;
181
unsigned getArgumentStackSize() const { return
ArgumentStackSize
; }
182
void setArgumentStackSize(unsigned size) {
ArgumentStackSize
= size; }
Completed in 55 milliseconds