Home
last modified time | relevance | path

Searched refs:IsODRViolationSuppressed (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_suppressions.h25 bool IsODRViolationSuppressed(const char *global_var_name);
Dasan_suppressions.cpp59 bool IsODRViolationSuppressed(const char *global_var_name) { in IsODRViolationSuppressed() function
Dasan_globals.cpp151 !IsODRViolationSuppressed(g->name)) in CheckODRViolationViaIndicator()
167 !IsODRViolationSuppressed(g->name)) in CheckODRViolationViaPoisoning()
/external/compiler-rt/lib/asan/
Dasan_suppressions.h26 bool IsODRViolationSuppressed(const char *global_var_name);
Dasan_suppressions.cc66 bool IsODRViolationSuppressed(const char *global_var_name) { in IsODRViolationSuppressed() function
Dasan_globals.cc157 !IsODRViolationSuppressed(g->name)) in CheckODRViolationViaIndicator()
173 !IsODRViolationSuppressed(g->name)) in CheckODRViolationViaPoisoning()