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

References

tools/clang/lib/CodeGen/CGCall.cpp
 3703   call->setCallingConv(getRuntimeCC());
 3721     invoke->setCallingConv(getRuntimeCC());
 3725     call->setCallingConv(getRuntimeCC());
 3743   call->setCallingConv(getRuntimeCC());
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  348   Fn->setCallingConv(getRuntimeCC());
tools/clang/lib/CodeGen/CGExprComplex.cpp
  649   Call->setCallingConv(CGF.CGM.getRuntimeCC());
tools/clang/lib/CodeGen/CGObjCMac.cpp
 4259   call->setCallingConv(CGF.getRuntimeCC());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1737   Call->setCallingConv(CGF.getRuntimeCC());
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3353       F->setCallingConv(getRuntimeCC());
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 4344     catchCall->setCallingConv(CGM.getRuntimeCC());
 4350     termCall->setCallingConv(CGM.getRuntimeCC());