Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp7996 const unsigned MinABIStackAlignInBytes, StackAlignInBytes; member in __anon0040e4080e11::MipsABIInfo
8005 StackAlignInBytes(IsO32 ? 8 : 16) {} in MipsABIInfo()
8174 (uint64_t)StackAlignInBytes); in classifyArgumentType()
8344 std::min(TyInfo.Align, CharUnits::fromQuantity(StackAlignInBytes)); in EmitVAArg()