Searched refs:getIRArgs (Results 1 – 1 of 1) sorted by relevance
1471 std::pair<unsigned, unsigned> getIRArgs(unsigned ArgNo) const { in getIRArgs() function in __anonf4c048640511::ClangToLLVMArgMapping1674 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()2639 auto IRArgs = IRFunctionArgs.getIRArgs(0); in ConstructAttributeList()2846 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in ConstructAttributeList()2988 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in EmitFunctionProlog()5128 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in EmitCall()