Home
last modified time | relevance | path

Searched refs:MemtagGlobals (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def61 SANITIZER("memtag-globals", MemtagGlobals)
62 SANITIZER_GROUP("memtag", MemTag, MemtagStack | MemtagHeap | MemtagGlobals)
H A DFeatures.def53 LangOpts.Sanitize.has(SanitizerKind::MemtagGlobals))
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp64 static_cast<bool>(FsanitizeArgument.Mask & SanitizerKind::MemtagGlobals); in reportGlobal()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h120 return Sanitizers.has(SanitizerKind::MemtagGlobals); in hasMemtagGlobals()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp50 SanitizerKind::MemtagGlobals | SanitizerKind::Memory |
82 SanitizerKind::MemtagGlobals | SanitizerKind::KCFI;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6291 uint64_t MemtagGlobals = 0; in printMemtag() local
6301 MemtagGlobals = Entry.getVal(); in printMemtag()
6329 ArrayRef<uint8_t> Contents = getMemtagGlobalsSectionContents(MemtagGlobals); in printMemtag()