Searched refs:ComponentTys (Results 1 – 3 of 3) sorted by relevance
273 bool SwiftABIInfo::shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument275 return occupiesMoreThan(ComponentTys, /*total=*/4); in shouldPassIndirectly()
146 virtual bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys,
196 bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument202 return occupiesMoreThan(ComponentTys, /*total=*/3); in shouldPassIndirectly()