Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h820 struct MemToShadowImpl { struct
833 return reinterpret_cast<RawShadow *>(SelectMapping<MemToShadowImpl>(x)); in MemToShadow() argument
862 MemToShadowImpl::Apply<Mapping>(p) == sp) in Apply()
867 MemToShadowImpl::Apply<Mapping>(p_mid) == sp) in Apply()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp185 const uptr s = MemToShadowImpl::Apply<Mapping>(p); in TestRegion()
200 const uptr prev_s = MemToShadowImpl::Apply<Mapping>(prev); in TestRegion()