Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp52 static size_t TypeStoreSizeToSizeIndex(uint32_t TypeSize) { in TypeStoreSizeToSizeIndex() function
161 size_t AccessSizeIndex = TypeStoreSizeToSizeIndex(TypeStoreSize); in instrumentAddressImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1348 static size_t TypeStoreSizeToSizeIndex(uint32_t TypeSize) { in TypeStoreSizeToSizeIndex() function
1916 size_t AccessSizeIndex = TypeStoreSizeToSizeIndex(TypeStoreSize); in instrumentAddress()