Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGRecordLayoutBuilder.cpp657 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo() local
661 if (Size > TypeSizeInBits) { in MakeInfo()
671 Size = TypeSizeInBits; in MakeInfo()
739 uint64_t TypeSizeInBits = getContext().toBits(Layout.getSize()); in ComputeRecordLayout() local
740 assert(TypeSizeInBits == getDataLayout().getTypeAllocSizeInBits(Ty) && in ComputeRecordLayout()
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp686 unsigned TypeSizeInBits = in storeOrigin() local
688 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in storeOrigin()
759 unsigned TypeSizeInBits = DL.getTypeSizeInBits(ConvertedShadow->getType()); in materializeOneCheck() local
760 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in materializeOneCheck()