Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp492 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex() function
618 size_t AccessSizeIndex = TypeSizeToSizeIndex(TypeSize); in instrumentMemAccess()
H A DMemorySanitizer.cpp995 static unsigned TypeSizeToSizeIndex(unsigned TypeSize) { in TypeSizeToSizeIndex() function
1125 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in storeOrigin()
1207 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in materializeOneCheck()
H A DAddressSanitizer.cpp1114 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex() function
1520 size_t AccessSizeIndex = TypeSizeToSizeIndex(TypeSize); in instrumentAddress()