Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp1442 struct IRArgs { struct in __anon4649c3d10511::ClangToLLVMArgMapping
1449 IRArgs() in IRArgs() argument
1454 SmallVector<IRArgs, 8> ArgInfo;
1520 auto &IRArgs = ArgInfo[ArgNo]; in construct() local
1523 IRArgs.PaddingArgIndex = IRArgNo++; in construct()
1533 IRArgs.NumberOfArgs = 1; in construct()
1539 IRArgs.NumberOfArgs = 1; in construct()
1544 IRArgs.NumberOfArgs = 0; in construct()
1554 if (IRArgs.NumberOfArgs > 0) { in construct()
1555 IRArgs.FirstArgIndex = IRArgNo; in construct()
[all …]