OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFastCall
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
77
///
HasFastCall
- Does this function contain a fast call. Used to determine
79
bool
HasFastCall
;
121
HasFastCall
(false),
174
void setHasFastCall() {
HasFastCall
= true; }
175
bool
hasFastCall
() const { return
HasFastCall
;}
PPCFrameLowering.cpp
517
MF.getInfo<PPCFunctionInfo>()->
hasFastCall
());
[
all
...]
Completed in 59 milliseconds