Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp312 PlatformSP Platform::Create(const ArchSpec &arch, ArchSpec *platform_arch_ptr, in Create() argument
322 platform_arch_ptr)) in Create()
329 platform_arch_ptr)) in Create()
344 platform_arch_ptr)) { in Create()
359 platform_arch_ptr)) { in Create()
368 if (platform_arch_ptr) in Create()
369 platform_arch_ptr->Clear(); in Create()
1221 ArchSpec *platform_arch_ptr) { in GetPlatformForArchitecture() argument
1225 platform_sp = Platform::Create(arch, platform_arch_ptr, error); in GetPlatformForArchitecture()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h100 GetPlatformForArchitecture(const ArchSpec &arch, ArchSpec *platform_arch_ptr);
112 ArchSpec *platform_arch_ptr, Status &error);