Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py22 host_platform = self.dbg.GetPlatformAtIndex(0)
23 self.assertTrue(host_platform.IsValid() and
24 host_platform.GetName() == 'host',
51 host_platform = self.dbg.GetPlatformAtIndex(0)
52 self.assertTrue(host_platform.IsConnected(), "The host platform is always connected")
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A DPlatform.pm34 …@vars = qw{ $host_arch $host_os $host_platform $target_arch $target_mic_arch $target_os $target_pl…
297 tie( $host_platform, "Platform::host_platform" );
331 { package Platform::host_platform;
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformKill.py40 host_platform = lldb.SBPlatform("host")
41 self.assertSuccess(host_platform.Kill(host_process.pid))
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py643 host_platform = lldbplatformutil.getHostPlatform()
650 if target_platform != host_platform:
652 target_platform, host_platform)
/llvm-project-15.0.7/utils/bazel/
H A D.bazelrc166 # by "extra_execution_platforms", "host_platform" and "platforms".
170 build:rbe --host_platform=@rbe_default//config:platform