Searched refs:RetSmallStructInRegABI (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 1167 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32ABIInfo() argument 1170 IsRetSmallStructInRegABI(RetSmallStructInRegABI), in X86_32ABIInfo() 1194 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32TargetCodeGenInfo() argument 1197 CGT, DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in X86_32TargetCodeGenInfo() 2622 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, in WinX86_32TargetCodeGenInfo() argument 2624 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo() 4600 bool RetSmallStructInRegABI) in PPC32_SVR4_ABIInfo() argument 4602 IsRetSmallStructInRegABI(RetSmallStructInRegABI) {} in PPC32_SVR4_ABIInfo() 4620 bool RetSmallStructInRegABI) in PPC32TargetCodeGenInfo() argument 4622 CGT, SoftFloatABI, RetSmallStructInRegABI)) {} in PPC32TargetCodeGenInfo() [all …]
|