Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddecorators.py163 lldbplatformutil.getHostPlatform())
359 if lldbplatformutil.getHostPlatform() != 'darwin':
511 if lldbplatformutil.getHostPlatform() == 'darwin' and configuration.lldb_framework_path:
629 host_platform = lldbplatformutil.getHostPlatform()
Dlldbplatformutil.py109 def getHostPlatform(): function