Searched refs:SRCK_OnStack (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h77 SRCK_OnStack, // Small structs on the stack (-fpcc-struct-return). enumerator in enum:clang::CodeGenOptions::StructReturnConventionKind
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp530 case CodeGenOptions::SRCK_OnStack: // -maix-struct-return
H A DX86.cpp1091 case CodeGenOptions::SRCK_OnStack: // -fpcc-struct-return
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1633 if (Opts.StructReturnConvention == CodeGenOptions::SRCK_OnStack) {
2015 Opts.setStructReturnConvention(CodeGenOptions::SRCK_OnStack);

Completed in 191 milliseconds