Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp82 PlatformList &platform_list = debugger.GetPlatformList(); in CreateTargetInternal() local
84 PlatformSP platform_sp = platform_list.GetSelectedPlatform(); in CreateTargetInternal()
188 platform_list.GetOrCreate(archs, {}, candidates)) { in CreateTargetInternal()
221 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch); in CreateTargetInternal()
223 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
232 platform_list.GetOrCreate(platform_arch, {}, &fixed_platform_arch); in CreateTargetInternal()
234 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()