Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1096 ArchSpec *compatible_arch_ptr) { in IsCompatibleArchitecture() argument
1103 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1104 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
1109 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1110 compatible_arch_ptr->Clear(); in IsCompatibleArchitecture()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h352 ArchSpec *compatible_arch_ptr);