reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/ARM/ARMFastISel.cpp
  218     CCAssignFn *CCAssignFnForCall(CallingConv::ID CC,

References

lib/Target/ARM/ARMFastISel.cpp
 1898                              CCAssignFnForCall(CC, false, isVarArg));
 2047     CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg));
 2115     CCInfo.AnalyzeReturn(Outs, CCAssignFnForCall(CC, true /* is Ret */,
 2219     CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, false));
 2327     CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg));