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

References

projects/compiler-rt/lib/msan/msan.h
  229     {0x110000000000ULL, 0x200000000000ULL, MappingDesc::ORIGIN, "origin-2"},
  231     {0x300000000000ULL, 0x400000000000ULL, MappingDesc::ORIGIN, "origin-3"},
  235     {0x600000000000ULL, 0x610000000000ULL, MappingDesc::ORIGIN, "origin-1"},
projects/compiler-rt/lib/msan/msan_linux.cpp
   91       CHECK(MEM_IS_ORIGIN(MEM_TO_ORIGIN(addr)));
   96       CHECK(MEM_IS_ORIGIN(MEM_TO_ORIGIN(addr)));
  101       CHECK(MEM_IS_ORIGIN(MEM_TO_ORIGIN(addr)));
  136                (init_origins && type == MappingDesc::ORIGIN);
  138                    (!init_origins && type == MappingDesc::ORIGIN);