Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1166 ArchSpec *compatible_arch_ptr) { in IsCompatibleArchitecture() argument
1173 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1174 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
1179 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1180 compatible_arch_ptr->Clear(); in IsCompatibleArchitecture()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h365 ArchSpec *compatible_arch_ptr);