Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_platform.h52 enum MappingType { MAPPING_SHADOW_ADDR, MAPPING_APP_ADDR, MAPPING_APP_MASK }; enumerator
60 case MAPPING_APP_MASK: in MappingImpl()
89 uptr AppMask() { return MappingArchImpl<MAPPING_APP_MASK>(); } in AppMask()