Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp316 SBPlatform host_platform; in GetHostPlatform() local
317 host_platform.m_opaque_sp = Platform::GetHostPlatform(); in GetHostPlatform()
318 return host_platform; in GetHostPlatform()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py645 host_platform = lldbplatformutil.getHostPlatform()
652 if target_platform != host_platform:
654 target_platform, host_platform)