reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/dfsan/dfsan_platform.h
   71     case MAPPING_SHADOW_ADDR: return Mapping::kShadowAddr;
   72     case MAPPING_UNION_TABLE_ADDR: return Mapping::kUnionTableAddr;
   73     case MAPPING_APP_ADDR: return Mapping::kAppAddr;
   74     case MAPPING_SHADOW_MASK: return Mapping::kShadowMask;
   89   return MappingImpl<Mapping, Type>();