Home
last modified time | relevance | path

Searched defs:getTypeStoreSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h472 TypeSize getTypeStoreSize(Type *Ty) const { getTypeStoreSize() function
/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp57 return CharUnits::fromQuantity(CGM.getDataLayout().getTypeStoreSize(type)); in getTypeStoreSize() function