OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setShouldRestoreSPFromFP
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h
152
void
setShouldRestoreSPFromFP
(bool s) { RestoreSPFromFP = s; }
Thumb1FrameLowering.cpp
262
AFI->
setShouldRestoreSPFromFP
(true);
304
AFI->
setShouldRestoreSPFromFP
(true);
ARMFrameLowering.cpp
514
AFI->
setShouldRestoreSPFromFP
(true);
670
AFI->
setShouldRestoreSPFromFP
(true);
694
AFI->
setShouldRestoreSPFromFP
(true);
[
all
...]
Completed in 124 milliseconds