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