Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DPlatform.cpp1084 …CompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatible_arch_ptr) in IsCompatibleArchitecture() argument
1097 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1098 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
1109 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1110 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
1116 if (compatible_arch_ptr) in IsCompatibleArchitecture()
1117 compatible_arch_ptr->Clear(); in IsCompatibleArchitecture()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h380 ArchSpec *compatible_arch_ptr);