reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
227 {0x010000000000ULL, 0x100000000000ULL, MappingDesc::SHADOW, "shadow-2"}, 230 {0x200000000000ULL, 0x300000000000ULL, MappingDesc::SHADOW, "shadow-3"}, 233 {0x500000000000ULL, 0x510000000000ULL, MappingDesc::SHADOW, "shadow-1"},projects/compiler-rt/lib/msan/msan_linux.cpp
90 CHECK(MEM_IS_SHADOW(MEM_TO_SHADOW(addr))); 95 CHECK(MEM_IS_SHADOW(MEM_TO_SHADOW(addr))); 100 CHECK(MEM_IS_SHADOW(MEM_TO_SHADOW(addr))); 135 bool map = type == MappingDesc::SHADOW ||