Home
last modified time | relevance | path

Searched refs:Memtag (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp63 Meta.Memtag |= in reportGlobal()
65 Meta.Memtag &= !NoSanitizeAttrSet.hasOneOf(SanitizerKind::MemTag); in reportGlobal()
66 Meta.Memtag &= !CGM.isInNoSanitizeList( in reportGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h320 Memtag(false), IsDynInit(false) {} in SanitizerMetadata()
347 unsigned Memtag : 1; member
366 return hasSanitizerMetadata() && getSanitizerMetadata().Memtag; in isTagged()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp133 static bool Memtag; variable
270 opts::Memtag = Args.hasArg(OPT_memtag); in parseOptions()
478 if (opts::Memtag) in dumpObject()
690 opts::Memtag = true; in llvm_readobj_main()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp41 Meta.Memtag = false; in shouldTagGlobal()
65 Meta.Memtag = false;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3824 if (MD.Memtag) in printGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1407 (Meta.Memtag << 2) | (Meta.IsDynInit << 3); in serializeSanitizerMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3989 Meta.Memtag = true; in deserializeSanitizerMetadata()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1330 Meta.Memtag = true; in parseSanitizer()