Home
last modified time | relevance | path

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

/external/compiler-rt/lib/dfsan/
Ddfsan_platform.h57 MAPPING_UNION_TABLE_ADDR, enumerator
66 case MAPPING_UNION_TABLE_ADDR: return Mapping::kUnionTableAddr; in MappingImpl()
92 return MappingArchImpl<MAPPING_UNION_TABLE_ADDR>(); in UnionTableAddr()
Ddfsan.cc125 return MappingArchImpl<MAPPING_UNION_TABLE_ADDR>() in UnusedAddr()