Home
last modified time | relevance | path

Searched refs:TypeSizeInBits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp1050 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo() local
1054 if (Size > TypeSizeInBits) { in MakeInfo()
1064 Size = TypeSizeInBits; in MakeInfo()
1132 uint64_t TypeSizeInBits = getContext().toBits(Layout.getSize()); in ComputeRecordLayout() local
1133 assert(TypeSizeInBits == getDataLayout().getTypeAllocSizeInBits(Ty) && in ComputeRecordLayout()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1363 TypeSize TypeSizeInBits = DL.getTypeSizeInBits(ConvertedShadow->getType()); in storeOrigin() local
1364 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in storeOrigin()
1457 TypeSize TypeSizeInBits = DL.getTypeSizeInBits(ConvertedShadow->getType()); in materializeOneCheck() local
1458 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in materializeOneCheck()