Searched refs:shouldPassIndirectly (Results 1 – 5 of 5) sorted by relevance
89 bool shouldPassIndirectly(bool asReturnValue) const;123 bool shouldPassIndirectly(CodeGenModule &CGM,
627 bool SwiftAggLowering::shouldPassIndirectly(bool asReturnValue) const { in shouldPassIndirectly() function in SwiftAggLowering635 return getSwiftABIInfo(CGM).shouldPassIndirectly(Entries.back().Type, in shouldPassIndirectly()644 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()647 bool swiftcall::shouldPassIndirectly(CodeGenModule &CGM, in shouldPassIndirectly() function in swiftcall650 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()803 } else if (lowering.shouldPassIndirectly(forReturn)) { in classifyExpandedType()
146 virtual bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys,
273 bool SwiftABIInfo::shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() function in SwiftABIInfo
196 bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() function in __anon8aa8892d0111::X86_32SwiftABIInfo