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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp525 bool IsSmallStructInRegABI; member in class:__anon17877::X86_32ABIInfo
565 : ABIInfo(CGT), IsDarwinVectorABI(d), IsSmallStructInRegABI(p),
706 if (!IsSmallStructInRegABI && !RetTy->isAnyComplexType())
6634 bool IsSmallStructInRegABI = local
6641 IsDarwinVectorABI, IsSmallStructInRegABI,
6647 IsDarwinVectorABI, IsSmallStructInRegABI,

Completed in 146 milliseconds