Home
last modified time | relevance | path

Searched refs:Blacklist (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_blacklist.txt1 # Blacklist for HWAddressSanitizer. Turns off instrumentation of particular
/external/compiler-rt/lib/msan/
Dmsan_blacklist.txt1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_blacklist.txt1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
/external/compiler-rt/lib/asan/
Dasan_blacklist.txt1 # Blacklist for AddressSanitizer. Turns off instrumentation of particular
/external/llvm-project/compiler-rt/lib/asan/
Dasan_blacklist.txt1 # Blacklist for AddressSanitizer. Turns off instrumentation of particular
/external/llvm-project/llvm/test/tools/llvm-cfi-verify/X86/
Dblacklist-unexpected-protected.s8 # CHECK-NEXT: {{^Blacklist Match:.*blacklist\.txt:1$}}
Dblacklist-expected-unprotected.s8 # CHECK-NEXT: {{^Blacklist Match:.*blacklist\.txt:1$}}
Dblacklist-match-fun.s8 # CHECK-NEXT: {{^Blacklist Match:.*blacklist\.txt:1$}}
/external/llvm-project/clang/docs/
DThreadSanitizer.rst103 Blacklist chapter
DMemorySanitizer.rst88 Blacklist section in Usage
DAddressSanitizer.rst211 Suppressing Errors in Recompiled Code (Blacklist)
DUndefinedBehaviorSanitizer.rst273 Suppressing Errors in Recompiled Code (Blacklist)
/external/clang/docs/
DThreadSanitizer.rst96 Blacklist chapter
DMemorySanitizer.rst88 Blacklist section in Usage
DUndefinedBehaviorSanitizer.rst167 Suppressing Errors in Recompiled Code (Blacklist)
DAddressSanitizer.rst205 Suppressing Errors in Recompiled Code (Blacklist)
DControlFlowIntegrity.rst241 Blacklist chapter
DSanitizerCoverage.rst120 -blacklist=<string> - Blacklist file (sanitizer blacklist format).
/external/harfbuzz_ng/
DNEWS142 o Blacklist 'GSUB' table of fonts from 'MUTF' foundry that also have 'morx'.
869 - Blacklist bad GDEF of more fonts (Padauk).
885 - Blacklist bad GDEF of more fonts (Tahoma & others).
893 - Blacklist another version of Times New Roman (Bold) Italic from Windows 7.
905 - Blacklist GDEF table of another set of Times New Roman (Bold) Italic.
937 - Blacklist GDEF table of certain versions of Times New Roman (Bold) Italic,
/external/llvm-project/llvm/tools/sancov/
Dsancov.cpp503 auto Blacklist = SpecialCaseList::create(MB.get(), Error); in createDefaultBlacklist() local
505 return Blacklist; in createDefaultBlacklist()
/external/llvm/tools/sancov/
Dsancov.cc276 auto Blacklist = SpecialCaseList::create(MB.get(), Error); in createDefaultBlacklist() local
278 return Blacklist; in createDefaultBlacklist()
/external/jackson-databind/release-notes/
DVERSION-2.x722 #1680: Blacklist couple more types for deserialization
731 #1855: Blacklist for more serialization gadgets (dbcp/tomcat, spring / CVE-2017-17485)
738 #1680: Blacklist couple more types for deserialization
DCREDITS-2.x665 * Reported #2032: Blacklist another serialization gadget (ibatis)
/external/clang/lib/AST/
DDecl.cpp3819 const auto &Blacklist = Context.getSanitizerBlacklist(); in mayInsertExtraPadding() local
3835 else if (Blacklist.isBlacklistedLocation(getLocation(), "field-padding")) in mayInsertExtraPadding()
3837 else if (Blacklist.isBlacklistedType(getQualifiedNameAsString(), in mayInsertExtraPadding()
/external/llvm-project/clang/lib/AST/
DDecl.cpp4591 const auto &Blacklist = Context.getSanitizerBlacklist(); in mayInsertExtraPadding() local
4607 else if (Blacklist.isBlacklistedLocation(EnabledAsanMask, getLocation(), in mayInsertExtraPadding()
4610 else if (Blacklist.isBlacklistedType(EnabledAsanMask, in mayInsertExtraPadding()

12