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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp736 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { function
1027 size_t AccessSizeIndex = TypeSizeToSizeIndex(TypeSize);
H A DMemorySanitizer.cpp544 unsigned TypeSizeToSizeIndex(unsigned TypeSize) { function in namespace:__anon10990
664 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
736 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);

Completed in 119 milliseconds