Searched defs:IsSmallStructInRegABI (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp419 bool IsSmallStructInRegABI; member in class:__anon3186::X86_32ABIInfo
455 : ABIInfo(CGT), IsDarwinVectorABI(d), IsSmallStructInRegABI(p),
594 if (!IsSmallStructInRegABI && !RetTy->isAnyComplexType())

Completed in 26 milliseconds