Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp303 static int getValuePos(u8 c) { return c >> kValueSizeSizeBits; } in getValuePos() function
310 const int pos = getValuePos(*shadow_type); in checkValueConsistency()
314 if (!(getValueType(T) == FTInfo<FT>::kValueType && getValuePos(T) == i)) in checkValueConsistency()
343 const int pos = getValuePos(shadow_type[Offset]); in __nsan_dump_shadow_mem()