Home
last modified time | relevance | path

Searched refs:VptrTypeCacheSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h53 const unsigned VptrTypeCacheSize = 128; variable
65 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash.cpp26 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize];
H A Dubsan_type_hash_itanium.cpp230 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash; in checkDynamicType()
254 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash; in checkDynamicType()