Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp72 TypeSize LegacyCBufferLayout::getTypeAllocSize(Type *Ty) { in getTypeAllocSize() function in llvm::dxil::LegacyCBufferLayout
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h504 TypeSize getTypeAllocSize(Type *Ty) const { in getTypeAllocSize() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp61 static CharUnits getTypeAllocSize(CodeGenModule &CGM, llvm::Type *type) { in getTypeAllocSize() function