Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp45 struct DynInitGlobal { struct
48 DynInitGlobal *next = nullptr; argument
77 DenseMap<const char *, IntrusiveList<DynInitGlobal>>;
114 static void UnpoisonDynamicGlobals(IntrusiveList<DynInitGlobal> &dyn_globals, in UnpoisonDynamicGlobals()
130 const IntrusiveList<DynInitGlobal> &dyn_globals) { in PoisonDynamicGlobals()
303 new (GetGlobalLowLevelAllocator()) DynInitGlobal{*g, false}); in RegisterGlobal()