Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp438 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccess()
458 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccess16()
495 if (UNLIKELY(fast_state.GetIgnoreBit())) in UnalignedMemoryAccess()
711 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccessRangeT()
H A Dtsan_shadow.h38 bool GetIgnoreBit() const { return part_.ignore_accesses_; } in GetIgnoreBit() function