Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan.h61 return (tysan_type_descriptor **)((((uptr)ptr) & AppMask()) * sizeof(ptr) + in shadow_for()
H A Dtysan_platform.h89 uptr AppMask() { return MappingArchImpl<MAPPING_APP_MASK>(); } in AppMask() function
H A Dtysan.cpp364 __tysan_app_memory_mask = AppMask(); in TySanInitializePlatformEarly()