Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h363 uptr MappingArchImpl(void) { in MappingArchImpl() function
384 return MappingArchImpl<MAPPING_LO_APP_BEG>(); in LoAppMemBeg()
388 return MappingArchImpl<MAPPING_LO_APP_END>(); in LoAppMemEnd()
394 return MappingArchImpl<MAPPING_MID_APP_BEG>(); in MidAppMemBeg()
398 return MappingArchImpl<MAPPING_MID_APP_END>(); in MidAppMemEnd()
404 return MappingArchImpl<MAPPING_HEAP_BEG>(); in HeapMemBeg()
408 return MappingArchImpl<MAPPING_HEAP_END>(); in HeapMemEnd()
413 return MappingArchImpl<MAPPING_HI_APP_BEG>(); in HiAppMemBeg()
417 return MappingArchImpl<MAPPING_HI_APP_END>(); in HiAppMemEnd()
422 return MappingArchImpl<MAPPING_VDSO_BEG>(); in VdsoBeg()
[all …]
/external/compiler-rt/lib/dfsan/
Ddfsan_platform.h73 uptr MappingArchImpl(void) { in MappingArchImpl() function
87 return MappingArchImpl<MAPPING_SHADOW_ADDR>(); in ShadowAddr()
92 return MappingArchImpl<MAPPING_UNION_TABLE_ADDR>(); in UnionTableAddr()
97 return MappingArchImpl<MAPPING_APP_ADDR>(); in AppAddr()
102 return MappingArchImpl<MAPPING_SHADOW_MASK>(); in ShadowMask()
Ddfsan.cc125 return MappingArchImpl<MAPPING_UNION_TABLE_ADDR>() in UnusedAddr()