Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp886 bool IsWin32StructABI; member in __anoncb30615c0111::X86_32ABIInfo
949 IsWin32StructABI(Win32StructABI), in X86_32ABIInfo()
1177 if (!IsWin32StructABI ) { in canExpandIndirectArgument()
1291 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()
1435 if (IsWin32StructABI && isAggregateTypeForABI(Ty)) in shouldAggregateUseDirect()
1517 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
1675 assert(IsWin32StructABI && "inalloca only supported on win32"); in rewriteWithInAlloca()
1701 Ret.setInAllocaSRet(IsWin32StructABI); in rewriteWithInAlloca()