OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAdjustedFrameSize
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcSubtarget.cpp
59
int SparcSubtarget::
getAdjustedFrameSize
(int frameSize) const {
SparcSubtarget.h
89
int
getAdjustedFrameSize
(int stackSize) const;
SparcFrameLowering.cpp
144
NumBytes = MF.getSubtarget<SparcSubtarget>().
getAdjustedFrameSize
(NumBytes);
Completed in 39 milliseconds