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.cpp913 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex() function
1154 size_t AccessSizeIndex = TypeSizeToSizeIndex(O.TypeStoreSize); in instrumentMemAccess()
H A DMemorySanitizer.cpp1164 static unsigned TypeSizeToSizeIndex(TypeSize TS) { in TypeSizeToSizeIndex() function
1364 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in storeOrigin()
1458 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in materializeOneCheck()