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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp832 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { function
1143 size_t AccessSizeIndex = TypeSizeToSizeIndex(TypeSize);
H A DMemorySanitizer.cpp611 unsigned TypeSizeToSizeIndex(unsigned TypeSize) { function in namespace:__anon13442
733 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
805 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);

Completed in 117 milliseconds