Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp227 auto componentSize = getTypeStoreSize(CGM, componentTy); in addTypedData() local
228 assert(componentSize < end - begin); in addTypedData()
229 addLegalTypedData(componentTy, begin, begin + componentSize); in addTypedData()
230 begin += componentSize; in addTypedData()