Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp194 static inline bool UseODRIndicator(const Global *g) { in UseODRIndicator() function
221 if (UseODRIndicator(g)) in RegisterGlobal()
257 if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) { in UnregisterGlobal()