Home
last modified time | relevance | path

Searched refs:Ignorelist (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_ignorelist.txt1 # Ignorelist for HWAddressSanitizer. Turns off instrumentation of particular
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_ignorelist.txt1 # Ignorelist for MemorySanitizer. Turns off instrumentation of particular
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_ignorelist.txt1 # Ignorelist for AddressSanitizer. Turns off instrumentation of particular
/llvm-project-15.0.7/llvm/test/tools/llvm-cfi-verify/X86/
H A Dignorelist-match-fun.s8 # CHECK-NEXT: {{^Ignorelist Match:.*ignorelist\.txt:1$}}
H A Dignorelist-expected-unprotected.s8 # CHECK-NEXT: {{^Ignorelist Match:.*ignorelist\.txt:1$}}
H A Dignorelist-unexpected-protected.s8 # CHECK-NEXT: {{^Ignorelist Match:.*ignorelist\.txt:1$}}
/llvm-project-15.0.7/clang/docs/
H A DThreadSanitizer.rst113 Ignorelist chapter
H A DMemorySanitizer.rst97 Ignorelist section in Usage
H A DAddressSanitizer.rst239 Suppressing Errors in Recompiled Code (Ignorelist)
H A DUndefinedBehaviorSanitizer.rst276 Suppressing Errors in Recompiled Code (Ignorelist)
H A DControlFlowIntegrity.rst339 Ignorelist chapter
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp522 auto Ignorelist = SpecialCaseList::create(MB.get(), Error); in createDefaultIgnorelist() local
524 return Ignorelist; in createDefaultIgnorelist()
/llvm-project-15.0.7/clang/lib/Driver/
H A DSanitizerArgs.cpp147 struct Ignorelist { in addDefaultIgnorelists() struct