ΒΆbool shouldPassIndirectly(
    clang::CodeGen::CodeGenModule& CGM,
    ArrayRef<llvm::Type*> types,
    bool asReturnValue)

Description

Should an aggregate which expands to the given type sequence be passed/returned indirectly under swiftcall?

Declared at: clang/include/clang/CodeGen/SwiftCallingConv.h:123

Parameters

clang::CodeGen::CodeGenModule& CGM
ArrayRef<llvm::Type*> types
bool asReturnValue