Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_globals.cpp190 static inline bool UseODRIndicator(const Global *g) { in UseODRIndicator() function
217 if (UseODRIndicator(g)) in RegisterGlobal()
253 if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) { in UnregisterGlobal()