Searched refs:Win32StructABI (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 540 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, 545 bool Win32StructABI,
|
| /freebsd-14.2/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() 1616 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, in WinX86_32TargetCodeGenInfo() argument 1619 Win32StructABI, NumRegisterParameters, false) {} in WinX86_32TargetCodeGenInfo() 3407 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, in createX86_32TargetCodeGenInfo() argument 3412 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createX86_32TargetCodeGenInfo() 3417 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, in createWinX86_32TargetCodeGenInfo() argument 3422 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createWinX86_32TargetCodeGenInfo()
|