Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp4544 CharUnits CCAlign = getParamTypeAlignment(Ty); in classifyArgumentType() local
4547 return ABIArgInfo::getIndirect(CCAlign, /*ByVal*/ true, in classifyArgumentType()
4548 /*Realign*/ TyAlign > CCAlign); in classifyArgumentType()