Searched defs:getTypeAllocSize (Results 1 – 3 of 3) sorted by relevance
72 TypeSize LegacyCBufferLayout::getTypeAllocSize(Type *Ty) { in getTypeAllocSize() function in llvm::dxil::LegacyCBufferLayout
504 TypeSize getTypeAllocSize(Type *Ty) const { getTypeAllocSize() function
61 return CharUnits::fromQuantity(CGM.getDataLayout().getTypeAllocSize(type)); in getTypeAllocSize() function