Searched refs:Win32StructABI (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 565 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, 570 bool Win32StructABI,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 180 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32ABIInfo() argument 184 IsWin32StructABI(Win32StructABI), IsSoftFloatABI(SoftFloatABI), in X86_32ABIInfo() 209 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32TargetCodeGenInfo() argument 212 CGT, DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in X86_32TargetCodeGenInfo() 1631 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, in WinX86_32TargetCodeGenInfo() argument 1634 Win32StructABI, NumRegisterParameters, false) {} in WinX86_32TargetCodeGenInfo() 3430 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, in createX86_32TargetCodeGenInfo() argument 3435 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createX86_32TargetCodeGenInfo() 3440 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, in createWinX86_32TargetCodeGenInfo() argument 3445 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createWinX86_32TargetCodeGenInfo()
|