Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp226 llvm::Type *componentTy = componentTys[i]; in addTypedData() local
227 auto componentSize = getTypeStoreSize(CGM, componentTy); in addTypedData()
229 addLegalTypedData(componentTy, begin, begin + componentSize); in addTypedData()