Home
last modified time | relevance | path

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

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