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
166
void
setShouldRestoreSPFromFP
(bool s) { RestoreSPFromFP = s; }
Thumb1FrameLowering.cpp
180
AFI->
setShouldRestoreSPFromFP
(true);
213
AFI->
setShouldRestoreSPFromFP
(true);
ARMFrameLowering.cpp
278
AFI->
setShouldRestoreSPFromFP
(true);
319
AFI->
setShouldRestoreSPFromFP
(true);
343
AFI->
setShouldRestoreSPFromFP
(true);
772
AFI->
setShouldRestoreSPFromFP
(true);
[
all
...]
Completed in 30 milliseconds