Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp4642 CharUnits CCAlign = getParamTypeAlignment(Ty); in classifyArgumentType() local
4645 return ABIArgInfo::getIndirect(CCAlign, /*ByVal*/ true, in classifyArgumentType()
4646 /*Realign*/ TyAlign > CCAlign); in classifyArgumentType()