Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h606 unsigned ArgStructAlign : 31; variable
738 return CharUnits::fromQuantity(ArgStructAlign); in getArgStructAlignment()
742 ArgStructAlign = Align.getQuantity(); in setArgStruct()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp850 FI->ArgStructAlign = 0; in create()