Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DModule.cpp93 static ModuleCollection *g_module_collection = nullptr; in GetModuleCollection() local
94 if (g_module_collection == nullptr) in GetModuleCollection()
95 g_module_collection = new ModuleCollection(); in GetModuleCollection()
97 return *g_module_collection; in GetModuleCollection()