Home
last modified time | relevance | path

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

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