Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSanitizerBlacklist.h33 bool isBlacklistedGlobal(StringRef GlobalName,
/external/clang/lib/Basic/
DSanitizerBlacklist.cpp22 bool SanitizerBlacklist::isBlacklistedGlobal(StringRef GlobalName, in isBlacklistedGlobal() function in SanitizerBlacklist
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1415 if (SanitizerBL.isBlacklistedGlobal(GV->getName(), Category)) in isInSanitizerBlacklist()