Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/support/
Dgmodules.py9 GMODULES_SUPPORT_MAP = {} variable
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]