Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp203 CHECK_NE(0, ctx->mapped_shadow_begin); in DoResetImpl()
204 shadow_begin = ctx->mapped_shadow_begin; in DoResetImpl()
605 ctx->mapped_shadow_begin, ctx->mapped_shadow_end); in MapShadow()
609 if (!ctx->mapped_shadow_begin || ctx->mapped_shadow_begin > shadow_begin) in MapShadow()
610 ctx->mapped_shadow_begin = shadow_begin; in MapShadow()
H A Dtsan_rtl.h378 uptr mapped_shadow_begin; member