Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp790 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex() function
974 size_t AccessSizeIndex = TypeSizeToSizeIndex(O.TypeSize); in instrumentMemAccess()
H A DAddressSanitizer.cpp1179 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex() function
1609 size_t AccessSizeIndex = TypeSizeToSizeIndex(TypeSize); in instrumentAddress()
H A DMemorySanitizer.cpp1059 static unsigned TypeSizeToSizeIndex(unsigned TypeSize) { in TypeSizeToSizeIndex() function
1233 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in storeOrigin()
1329 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in materializeOneCheck()