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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp886 bool RetSmallStructInRegABI, bool Win32StructABI,
889 IsRetSmallStructInRegABI(RetSmallStructInRegABI),
899 bool RetSmallStructInRegABI, bool Win32StructABI,
902 CGT, DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI,
1941 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI,
1943 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI,
7564 bool RetSmallStructInRegABI = local
7570 Types, IsDarwinVectorABI, RetSmallStructInRegABI,
7574 Types, IsDarwinVectorABI, RetSmallStructInRegABI,
885 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, unsigned NumRegisterParameters, bool SoftFloatABI) argument
898 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, unsigned NumRegisterParameters, bool SoftFloatABI) argument
1940 WinX86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, unsigned NumRegisterParameters) argument

Completed in 40 milliseconds