Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp520 unsigned TypeSizeToSizeIndex(unsigned TypeSize) { in TypeSizeToSizeIndex() function
594 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in storeOrigin()
651 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in materializeOneCheck()
H A DAddressSanitizer.cpp701 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex() function
963 size_t AccessSizeIndex = TypeSizeToSizeIndex(TypeSize); in instrumentAddress()