Home
last modified time | relevance | path

Searched defs:getTypeAllocSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp72 TypeSize LegacyCBufferLayout::getTypeAllocSize(Type *Ty) { in getTypeAllocSize() function in llvm::dxil::LegacyCBufferLayout
/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h504 TypeSize getTypeAllocSize(Type *Ty) const { getTypeAllocSize() function
/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp61 return CharUnits::fromQuantity(CGM.getDataLayout().getTypeAllocSize(type)); in getTypeAllocSize() function