Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp254 template <typename FT> static bool IsValidShadowType(const u8 *shadow_type) { in IsValidShadowType() function
275 if (!IsValidShadowType<FT>(shadow_type + i * sizeof(FT))) { in getShadowPtrForLoad()