Home
last modified time | relevance | path

Searched refs:SRCK_InRegs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h93 SRCK_InRegs // Small structs in registers (-freg-struct-return). enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp593 case CodeGenOptions::SRCK_InRegs: // -msvr4-struct-return in isStructReturnInRegABI()
H A DX86.cpp1101 case CodeGenOptions::SRCK_InRegs: // -freg-struct-return in isStructReturnInRegABI()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1803 } else if (Opts.StructReturnConvention == CodeGenOptions::SRCK_InRegs) { in GenerateCodeGenArgs()
2220 Opts.setStructReturnConvention(CodeGenOptions::SRCK_InRegs); in ParseCodeGenArgs()