Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1159 ArchSpec *compatible_arch_ptr) { in IsCompatibleArchitecture() argument
1168 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1169 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
1174 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1175 compatible_arch_ptr->Clear(); in IsCompatibleArchitecture()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h333 ArchSpec *compatible_arch_ptr);