Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DTargetList.cpp203 for (const auto &the_platform_sp : platforms) { in CreateTargetInternal() local
205 if (platform_ptr->GetName() != the_platform_sp->GetName()) { in CreateTargetInternal()
211 platform_ptr = the_platform_sp.get(); in CreateTargetInternal()
229 for (const auto &the_platform_sp : platforms) { in CreateTargetInternal() local
230 if (platform_set.find(the_platform_sp.get()) == in CreateTargetInternal()
234 error_strm.PutCString(the_platform_sp->GetName().GetCString()); in CreateTargetInternal()
235 platform_set.insert(the_platform_sp.get()); in CreateTargetInternal()