Searched refs:Win32StructABI (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 614 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, 619 bool Win32StructABI,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 167 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32ABIInfo() argument 171 IsWin32StructABI(Win32StructABI), IsSoftFloatABI(SoftFloatABI), in X86_32ABIInfo() 196 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32TargetCodeGenInfo() argument 199 CGT, DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in X86_32TargetCodeGenInfo() 1638 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, in WinX86_32TargetCodeGenInfo() argument 1641 Win32StructABI, NumRegisterParameters, false) {} in WinX86_32TargetCodeGenInfo() 3500 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, in createX86_32TargetCodeGenInfo() argument 3505 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createX86_32TargetCodeGenInfo() 3510 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, in createWinX86_32TargetCodeGenInfo() argument 3515 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createWinX86_32TargetCodeGenInfo()
|