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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp599 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { function
841 size_t AccessSizeIndex = TypeSizeToSizeIndex(TypeSize);
H A DMemorySanitizer.cpp493 unsigned TypeSizeToSizeIndex(unsigned TypeSize) { function in namespace:__anon26257
565 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
622 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);

Completed in 170 milliseconds