Home
last modified time | relevance | path

Searched defs:MappingGoWindows (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform.h440 struct MappingGoWindows { struct
449 static const uptr kMidAppMemBeg = 0;
450 static const uptr kMidAppMemEnd = 0;
451 static const uptr kHiAppMemBeg = 0;
452 static const uptr kHiAppMemEnd = 0;
453 static const uptr kHeapMemBeg = 0;
454 static const uptr kHeapMemEnd = 0;
455 static const uptr kVdsoBeg = 0;
456 static const uptr kShadowMsk = 0;
457 static const uptr kShadowXor = 0;
[all …]
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h400 struct MappingGoWindows { struct
404 static const uptr kShadowEnd = 0x030000000000ull;
407 static const uptr kMidAppMemBeg = 0;
408 static const uptr kMidAppMemEnd = 0;
409 static const uptr kHiAppMemBeg = 0;
410 static const uptr kHiAppMemEnd = 0;
411 static const uptr kHeapMemBeg = 0;
412 static const uptr kHeapMemEnd = 0;
413 static const uptr kVdsoBeg = 0;
414 static const uptr kShadowMsk = 0;
[all …]