Searched refs:MemtagGlobals (Results 1 – 6 of 6) sorted by relevance
61 SANITIZER("memtag-globals", MemtagGlobals)62 SANITIZER_GROUP("memtag", MemTag, MemtagStack | MemtagHeap | MemtagGlobals)
53 LangOpts.Sanitize.has(SanitizerKind::MemtagGlobals))
64 static_cast<bool>(FsanitizeArgument.Mask & SanitizerKind::MemtagGlobals); in reportGlobal()
120 return Sanitizers.has(SanitizerKind::MemtagGlobals); in hasMemtagGlobals()
50 SanitizerKind::MemtagGlobals | SanitizerKind::Memory |82 SanitizerKind::MemtagGlobals | SanitizerKind::KCFI;
6291 uint64_t MemtagGlobals = 0; in printMemtag() local6301 MemtagGlobals = Entry.getVal(); in printMemtag()6329 ArrayRef<uint8_t> Contents = getMemtagGlobalsSectionContents(MemtagGlobals); in printMemtag()