Home
last modified time | relevance | path

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

/external/python/cpython3/PCbuild/
Drt.bat46 if "%1"=="-p" (call :SetPlatform %~2) & shift & shift & goto CheckOpts
68 :SetPlatform label
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1316 void SetPlatform(const lldb::PlatformSP &platform_sp) { in SetPlatform() function
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp521 process->GetTarget().SetPlatform(platform_sp); in DynamicLoaderDarwinKernel()
/external/llvm-project/lldb/source/Target/
DTarget.cpp1483 SetPlatform(arch_platform_sp); in SetArchitecture()
3100 SetPlatform(platform_sp); in Attach()
DProcess.cpp3014 GetTarget().SetPlatform(platform_sp); in CompleteAttach()