Home
last modified time | relevance | path

Searched refs:AddIgnoredLibrary (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h31 void AddIgnoredLibrary(const char *name_templ);
H A Dsanitizer_libignore.cpp24 void LibIgnore::AddIgnoredLibrary(const char *name_templ) { in AddIgnoredLibrary() function in __sanitizer::LibIgnore
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp217 libignore()->AddIgnoredLibrary(s->templ); in InitializeLibIgnore()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp217 libignore()->AddIgnoredLibrary(s->templ); in InitializeLibIgnore()