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

References

projects/compiler-rt/lib/msan/msan_linux.cpp
  135     bool map = type == MappingDesc::SHADOW ||
  136                (init_origins && type == MappingDesc::ORIGIN);
  137     bool protect = type == MappingDesc::INVALID ||
  138                    (!init_origins && type == MappingDesc::ORIGIN);
  141       CHECK(type == MappingDesc::APP);