Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py16 platform_system = platform.system() variable
17 if platform_system == 'Darwin':
/llvm-project-15.0.7/lldb/examples/python/
H A Dmemory.py26 platform_system = platform.system() variable
27 if platform_system == 'Darwin':
H A Dtypes.py27 platform_system = platform.system() variable
28 if platform_system == 'Darwin':
H A Dprocess_events.py28 platform_system = platform.system() variable
29 if platform_system == 'Darwin':
H A Dperformance.py32 platform_system = platform.system() variable
33 if platform_system == 'Darwin':
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py215 platform_system = platform.system()
259 if platform_system == 'Darwin' and args.apple_sdk:
273 elif platform_system == 'Darwin':
299 if platform_system == 'Darwin' and args.apple_sdk:
407 if platform_system == 'Darwin' and args.apple_sdk: