Home
last modified time | relevance | path

Searched refs:asReturnValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h89 bool shouldPassIndirectly(bool asReturnValue) const;
125 bool asReturnValue);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp626 bool SwiftAggLowering::shouldPassIndirectly(bool asReturnValue) const { in shouldPassIndirectly()
635 asReturnValue); in shouldPassIndirectly()
643 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()
648 bool asReturnValue) { in shouldPassIndirectly() argument
649 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()