Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp316 PlatformSP Platform::Create(const ArchSpec &arch, ArchSpec *platform_arch_ptr, in Create() argument
326 platform_arch_ptr)) in Create()
333 platform_arch_ptr)) in Create()
348 platform_arch_ptr)) { in Create()
363 platform_arch_ptr)) { in Create()
372 if (platform_arch_ptr) in Create()
373 platform_arch_ptr->Clear(); in Create()
1178 ArchSpec *platform_arch_ptr) { in GetPlatformForArchitecture() argument
1182 platform_sp = Platform::Create(arch, platform_arch_ptr, error); in GetPlatformForArchitecture()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h101 GetPlatformForArchitecture(const ArchSpec &arch, ArchSpec *platform_arch_ptr);
113 ArchSpec *platform_arch_ptr, Status &error);