HomeSort by relevance Sort by last modified time
    Searched refs:MappingArchImpl (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/dfsan/
dfsan_platform.h 73 uptr MappingArchImpl(void) {
87 return MappingArchImpl<MAPPING_SHADOW_ADDR>();
92 return MappingArchImpl<MAPPING_UNION_TABLE_ADDR>();
97 return MappingArchImpl<MAPPING_APP_ADDR>();
102 return MappingArchImpl<MAPPING_SHADOW_MASK>();
dfsan.cc 125 return MappingArchImpl<MAPPING_UNION_TABLE_ADDR>()
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 363 uptr MappingArchImpl(void) {
384 return MappingArchImpl<MAPPING_LO_APP_BEG>();
388 return MappingArchImpl<MAPPING_LO_APP_END>();
394 return MappingArchImpl<MAPPING_MID_APP_BEG>();
398 return MappingArchImpl<MAPPING_MID_APP_END>();
404 return MappingArchImpl<MAPPING_HEAP_BEG>();
408 return MappingArchImpl<MAPPING_HEAP_END>();
413 return MappingArchImpl<MAPPING_HI_APP_BEG>();
417 return MappingArchImpl<MAPPING_HI_APP_END>();
422 return MappingArchImpl<MAPPING_VDSO_BEG>()
    [all...]

Completed in 144 milliseconds