Searched refs:g_module_collection (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Core/
H A DModule.cpp55 static ModuleCollection *g_module_collection = NULL; local
56 if (g_module_collection == NULL)
57 g_module_collection = new ModuleCollection();
59 return *g_module_collection;

Completed in 89 milliseconds