Home
last modified time | relevance | path

Searched refs:IsExcluded (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp34 bool IsExcluded) { in reportGlobalToASan() argument
38 IsExcluded |= CGM.isInNoSanitizeList(GV, Loc, Ty); in reportGlobalToASan()
43 if (!IsExcluded) { in reportGlobalToASan()
56 llvm::Type::getInt1Ty(VMContext), IsExcluded))}; in reportGlobalToASan()
72 bool IsExcluded = false; in reportGlobalToASan() local
75 IsExcluded = true; in reportGlobalToASan()
77 IsExcluded); in reportGlobalToASan()
H A DSanitizerMetadata.h43 bool IsExcluded = false);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h43 bool IsExcluded = false; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1202 ConstantInt *IsExcluded = in GlobalsMetadata() local
1204 E.IsExcluded |= IsExcluded->isOne(); in GlobalsMetadata()
1885 if (GlobalsMD.get(G).IsExcluded) return false; in shouldInstrumentGlobal()
H A DHWAddressSanitizer.cpp1554 ConstantInt *IsExcluded = mdconst::extract<ConstantInt>(MDN->getOperand(4)); in getExcludedGlobals() local
1555 if (IsExcluded->isOne()) in getExcludedGlobals()