Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h646 uptr MappingArchImpl(void) { in MappingArchImpl() function
683 return MappingArchImpl<MAPPING_LO_APP_BEG>(); in LoAppMemBeg()
687 return MappingArchImpl<MAPPING_LO_APP_END>(); in LoAppMemEnd()
703 return MappingArchImpl<MAPPING_HEAP_BEG>(); in HeapMemBeg()
707 return MappingArchImpl<MAPPING_HEAP_END>(); in HeapMemEnd()
712 return MappingArchImpl<MAPPING_HI_APP_BEG>(); in HiAppMemBeg()
721 return MappingArchImpl<MAPPING_VDSO_BEG>(); in VdsoBeg()
728 return MappingArchImpl<MAPPING_APP_BEG>(); in AppMemBeg()
732 return MappingArchImpl<MAPPING_APP_END>(); in AppMemEnd()
790 return MappingArchImpl<MAPPING_TRACE_BEG>(); in TraceMemBeg()
[all …]