Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1394 void SetPlatform(const lldb::PlatformSP &platform_sp) { in SetPlatform() function
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp518 process->GetTarget().SetPlatform(platform_sp); in DynamicLoaderDarwinKernel()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1496 SetPlatform(arch_platform_sp); in SetArchitecture()
3244 SetPlatform(platform_sp); in Attach()
H A DProcess.cpp2915 GetTarget().SetPlatform(platform_sp); in CompleteAttach()