Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1009 bool IsWin32StructABI; member in __anon2eb210400111::X86_32ABIInfo
1075 IsWin32StructABI(Win32StructABI), in X86_32ABIInfo()
1341 if (!IsWin32StructABI) { in canExpandIndirectArgument()
1438 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()
1582 if (IsWin32StructABI && isAggregateTypeForABI(Ty)) in shouldAggregateUseDirect()
1667 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
1886 assert(IsWin32StructABI && "inalloca only supported on win32"); in rewriteWithInAlloca()
1912 Ret.setInAllocaSRet(IsWin32StructABI); in rewriteWithInAlloca()