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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp174 Platform::Create (const ArchSpec &arch, ArchSpec *platform_arch_ptr, Error &error) argument
188 if (platform_sp && platform_sp->IsCompatibleArchitecture(arch, exact, platform_arch_ptr))
199 if (platform_sp && platform_sp->IsCompatibleArchitecture(arch, exact, platform_arch_ptr))
206 if (platform_arch_ptr)
207 platform_arch_ptr->Clear();
1069 Platform::GetPlatformForArchitecture (const ArchSpec &arch, ArchSpec *platform_arch_ptr) argument
1074 platform_sp = Platform::Create (arch, platform_arch_ptr, error);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h64 ArchSpec *platform_arch_ptr);
76 Create (const ArchSpec &arch, ArchSpec *platform_arch_ptr, Error &error);

Completed in 102 milliseconds