Searched refs:DynInitGlobalsByModule (Results 1 – 1 of 1) sorted by relevance
76 using DynInitGlobalsByModule = typedef80 static DynInitGlobalsByModule &DynInitGlobals() in DynInitGlobals()82 static DynInitGlobalsByModule *globals_by_module = nullptr; in DynInitGlobals()84 alignas(alignof(DynInitGlobalsByModule)) static char in DynInitGlobals()85 placeholder[sizeof(DynInitGlobalsByModule)]; in DynInitGlobals()86 globals_by_module = new (placeholder) DynInitGlobalsByModule(); in DynInitGlobals()