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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp780 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { function
1073 size_t AccessSizeIndex = TypeSizeToSizeIndex(TypeSize);
H A DMemorySanitizer.cpp592 unsigned TypeSizeToSizeIndex(unsigned TypeSize) { function in namespace:__anon3156
712 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
784 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);

Completed in 142 milliseconds