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

References

include/llvm/CodeGen/FastISel.h
  112       IsVarArg = FuncTy->isVarArg();
  136       IsVarArg = FuncTy->isVarArg();
lib/CodeGen/SelectionDAG/FastISel.cpp
 1146       CLI.CallConv, *FuncInfo.MF, CLI.IsVarArg, Outs, CLI.RetTy->getContext());
 1178         FinalType, CLI.CallConv, CLI.IsVarArg);
lib/Target/AArch64/AArch64FastISel.cpp
 3194   bool IsVarArg       = CLI.IsVarArg;
lib/Target/Mips/MipsFastISel.cpp
 1498   bool IsVarArg = CLI.IsVarArg;
lib/Target/PowerPC/PPCFastISel.cpp
 1552   bool IsVarArg       = CLI.IsVarArg;
lib/Target/X86/X86FastISel.cpp
 3181   bool IsVarArg       = CLI.IsVarArg;