HomeSort by: relevance | last modified time | path
    Searched refs:componentSize (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp 225 auto componentSize = getTypeStoreSize(CGM, componentTy);
226 assert(componentSize < end - begin);
227 addLegalTypedData(componentTy, begin, begin + componentSize);
228 begin += componentSize;

Completed in 16 milliseconds