Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1101 ArchSpec *compatible_arch_ptr) { in IsCompatibleArchitecture() argument
1108 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1109 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
1114 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1115 compatible_arch_ptr->Clear(); in IsCompatibleArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h355 ArchSpec *compatible_arch_ptr);