Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1190 ArchSpec *compatible_arch_ptr) { in IsCompatibleArchitecture() argument
1200 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1201 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
1210 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1211 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
1217 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1218 compatible_arch_ptr->Clear(); in IsCompatibleArchitecture()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h353 ArchSpec *compatible_arch_ptr);