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

References

lib/CodeGen/SelectionDAG/FastISel.cpp
 1109   FunctionType *FTy = CS.getFunctionType();
 1110   Type *RetTy = CS.getType();
 1125     Entry.setAttributes(&CS, ArgI);
 1128   TLI.markLibCallAttributes(MF, CS.getCallingConv(), Args);
 1131   CLI.setCallee(RetTy, FTy, Symbol, std::move(Args), CS, NumArgs);