Searched defs:platform_arch_ptr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Target/
H A DPlatform.cpp173 Platform::Create (const ArchSpec &arch, ArchSpec *platform_arch_ptr, Error &error) argument
187 if (platform_sp && platform_sp->IsCompatibleArchitecture(arch, exact, platform_arch_ptr))
198 if (platform_sp && platform_sp->IsCompatibleArchitecture(arch, exact, platform_arch_ptr))
205 if (platform_arch_ptr)
206 platform_arch_ptr->Clear();
713 Platform::GetPlatformForArchitecture (const ArchSpec &arch, ArchSpec *platform_arch_ptr) argument
718 platform_sp = Platform::Create (arch, platform_arch_ptr, error);

Completed in 475 milliseconds