Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h80 uptr MappingArchImpl(void) { in MappingArchImpl() function
96 return MappingArchImpl<MAPPING_SHADOW_ADDR>(); in ShadowAddr()
101 return MappingArchImpl<MAPPING_UNION_TABLE_ADDR>(); in UnionTableAddr()
106 return MappingArchImpl<MAPPING_APP_ADDR>(); in AppAddr()
111 return MappingArchImpl<MAPPING_SHADOW_MASK>(); in ShadowMask()
H A Ddfsan.cc146 return MappingArchImpl<MAPPING_UNION_TABLE_ADDR>() in UnusedAddr()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h551 uptr MappingArchImpl(void) { in MappingArchImpl() function
578 return MappingArchImpl<MAPPING_LO_APP_BEG>(); in LoAppMemBeg()
582 return MappingArchImpl<MAPPING_LO_APP_END>(); in LoAppMemEnd()
598 return MappingArchImpl<MAPPING_HEAP_BEG>(); in HeapMemBeg()
602 return MappingArchImpl<MAPPING_HEAP_END>(); in HeapMemEnd()
607 return MappingArchImpl<MAPPING_HI_APP_BEG>(); in HiAppMemBeg()
616 return MappingArchImpl<MAPPING_VDSO_BEG>(); in VdsoBeg()
623 return MappingArchImpl<MAPPING_APP_BEG>(); in AppMemBeg()
627 return MappingArchImpl<MAPPING_APP_END>(); in AppMemEnd()
685 return MappingArchImpl<MAPPING_TRACE_BEG>(); in TraceMemBeg()
[all …]