Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp238 libignore()->AddIgnoredLibrary(s->templ); in InitializeLibIgnore()