Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp4647 CharUnits CCAlign = getParamTypeAlignment(Ty); in classifyArgumentType() local
4650 return ABIArgInfo::getIndirect(CCAlign, /*ByVal*/ true, in classifyArgumentType()
4651 /*Realign*/ TyAlign > CCAlign); in classifyArgumentType()