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

References

tools/clang/lib/CodeGen/CGCall.cpp
 2248   FnArgs.reserve(IRFunctionArgs.totalIRArgs());
 2252   assert(FnArgs.size() == IRFunctionArgs.totalIRArgs());
 2257   if (IRFunctionArgs.hasInallocaArg()) {
 2258     ArgStruct = Address(FnArgs[IRFunctionArgs.getInallocaArgNo()],
 2265   if (IRFunctionArgs.hasSRetArg()) {
 2266     auto AI = cast<llvm::Argument>(FnArgs[IRFunctionArgs.getSRetArgNo()]);
 2300     std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo);