Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp233 libignore()->AddIgnoredLibrary(s->templ); in InitializeLibIgnore()