Searched refs:ComponentTys (Results 1 – 3 of 3) sorted by relevance
281 bool SwiftABIInfo::shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument283 return occupiesMoreThan(ComponentTys, /*total=*/4); in shouldPassIndirectly()
155 virtual bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys,
183 bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument189 return occupiesMoreThan(ComponentTys, /*total=*/3); in shouldPassIndirectly()