OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocalStackSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
132
unsigned
getLocalStackSize
() const { return LocalStackSize; }
AArch64FrameLowering.cpp
129
unsigned NumBytes = AFI->
getLocalStackSize
();
293
if (AFI->
getLocalStackSize
() == 0)
480
fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->
getLocalStackSize
());
487
FPOffset += AFI->
getLocalStackSize
();
727
fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->
getLocalStackSize
());
[
all
...]
Completed in 125 milliseconds