Searched refs:IsExcluded (Results 1 – 5 of 5) sorted by relevance
34 bool IsExcluded) { in reportGlobalToASan() argument38 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() local75 IsExcluded = true; in reportGlobalToASan()77 IsExcluded); in reportGlobalToASan()
43 bool IsExcluded = false);
43 bool IsExcluded = false; member
1202 ConstantInt *IsExcluded = in GlobalsMetadata() local1204 E.IsExcluded |= IsExcluded->isOne(); in GlobalsMetadata()1885 if (GlobalsMD.get(G).IsExcluded) return false; in shouldInstrumentGlobal()
1554 ConstantInt *IsExcluded = mdconst::extract<ConstantInt>(MDN->getOperand(4)); in getExcludedGlobals() local1555 if (IsExcluded->isOne()) in getExcludedGlobals()