Home
last modified time | relevance | path

Searched refs:ComponentTys (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DABIInfo.h130 virtual bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys,
H A DTargetInfo.cpp155 bool SwiftABIInfo::shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument
157 return occupiesMoreThan(CGT, ComponentTys, /*total=*/4); in shouldPassIndirectly()
1234 bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument
1240 return occupiesMoreThan(CGT, ComponentTys, /*total=*/3); in shouldPassIndirectly()