Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h97 bool ForceRightAdjust = false);
118 bool AllowHigherAlign, bool ForceRightAdjust = false);
H A DABIInfoImpl.cpp169 bool AllowHigherAlign, bool ForceRightAdjust) { in emitVoidPtrDirectVAArg() argument
195 (!DirectTy->isStructTy() || ForceRightAdjust)) { in emitVoidPtrDirectVAArg()
207 bool ForceRightAdjust) { in emitVoidPtrVAArg() argument
227 AllowHigherAlign, ForceRightAdjust); in emitVoidPtrVAArg()