Searched refs:track_instrumented_libs_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.h34 track_instrumented_libs_ = enable;
84 bool track_instrumented_libs_; member in class:__sanitizer::LibIgnore
100 if (track_instrumented_libs_ && !IsPcInstrumented(pc))
H A Dsanitizer_libignore.cc100 if (track_instrumented_libs_) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h32 track_instrumented_libs_ = enable;
82 bool track_instrumented_libs_; member in class:__sanitizer::LibIgnore
98 if (track_instrumented_libs_ && !IsPcInstrumented(pc))
H A Dsanitizer_libignore.cc98 if (track_instrumented_libs_) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h33 track_instrumented_libs_ = enable;
83 bool track_instrumented_libs_; member in class:__sanitizer::LibIgnore
99 if (track_instrumented_libs_ && !IsPcInstrumented(pc))
H A Dsanitizer_libignore.cpp99 if (track_instrumented_libs_) {

Completed in 135 milliseconds