Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp875 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex() function
1106 size_t AccessSizeIndex = TypeSizeToSizeIndex(O.TypeStoreSize); in instrumentMemAccess()
H A DMemorySanitizer.cpp1106 static unsigned TypeSizeToSizeIndex(TypeSize TS) { in TypeSizeToSizeIndex() function
1305 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in storeOrigin()
1399 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in materializeOneCheck()