Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h96 bool AllowHigherAlign,
118 bool AllowHigherAlign, bool ForceRightAdjust = false);
H A DABIInfoImpl.cpp169 bool AllowHigherAlign, bool ForceRightAdjust) { in emitVoidPtrDirectVAArg() argument
179 if (AllowHigherAlign && DirectAlign > SlotSize) { in emitVoidPtrDirectVAArg()
206 bool AllowHigherAlign, in emitVoidPtrVAArg() argument
227 AllowHigherAlign, ForceRightAdjust); in emitVoidPtrVAArg()