Home
last modified time | relevance | path

Searched refs:IsBlacklisted (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp27 bool IsBlacklisted) { in reportGlobalToASan() argument
31 IsBlacklisted |= CGM.isInSanitizerBlacklist(GV, Loc, Ty); in reportGlobalToASan()
36 if (!IsBlacklisted) { in reportGlobalToASan()
49 llvm::Type::getInt1Ty(VMContext), IsBlacklisted))}; in reportGlobalToASan()
DSanitizerMetadata.h44 bool IsBlacklisted = false);
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp266 Entry() : SourceLoc(), Name(), IsDynInit(false), IsBlacklisted(false) {} in Entry()
270 bool IsBlacklisted; member
296 ConstantInt *IsBlacklisted = in init() local
298 E.IsBlacklisted |= IsBlacklisted->isOne(); in init()
1139 if (GlobalsMD.get(G).IsBlacklisted) return false; in ShouldInstrumentGlobal()