Home
last modified time | relevance | path

Searched refs:getIRArgs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1471 std::pair<unsigned, unsigned> getIRArgs(unsigned ArgNo) const { in getIRArgs() function in __anonf4c048640511::ClangToLLVMArgMapping
1674 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()