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

References

lib/IR/AsmWriter.cpp
 3841     if (CI->getCallingConv() != CallingConv::C) {
 3843       PrintCallingConv(CI->getCallingConv(), Out);
 3846     Operand = CI->getCalledValue();
 3847     FunctionType *FTy = CI->getFunctionType();
 3849     const AttributeList &PAL = CI->getAttributes();
 3866     for (unsigned op = 0, Eop = CI->getNumArgOperands(); op < Eop; ++op) {
 3869       writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op));
 3874     if (CI->isMustTailCall() && CI->getParent() &&
 3874     if (CI->isMustTailCall() && CI->getParent() &&
 3875         CI->getParent()->getParent() &&
 3876         CI->getParent()->getParent()->isVarArg())
 3883     writeOperandBundles(CI);