Searched refs:CompatibleMatch (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | ArchSpec.h | 500 enum MatchType : bool { CompatibleMatch, ExactMatch }; enumerator 517 return IsMatch(rhs, CompatibleMatch); in IsCompatibleMatch()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | TargetList.cpp | 220 arch, {}, ArchSpec::CompatibleMatch, nullptr)) { in CreateTargetInternal() 230 platform_arch, {}, ArchSpec::CompatibleMatch, nullptr)) { in CreateTargetInternal() 262 arch, {}, ArchSpec::CompatibleMatch, nullptr)) in CreateTargetInternal()
|
H A D | Platform.cpp | 933 if (!IsCompatibleArchitecture(raw_arch, {}, ArchSpec::CompatibleMatch, in GetAugmentedArchSpec() 1994 ArchSpec::CompatibleMatch, in GetOrCreate() 2019 arch, process_host_arch, ArchSpec::CompatibleMatch, in GetOrCreate() 2054 arch, process_host_arch, ArchSpec::CompatibleMatch, nullptr)) in GetOrCreate() 2063 arch, process_host_arch, ArchSpec::CompatibleMatch, nullptr)) in GetOrCreate()
|
H A D | Target.cpp | 1503 other, {}, ArchSpec::CompatibleMatch, nullptr)) { in SetArchitecture()
|
H A D | Process.cpp | 2931 ArchSpec::CompatibleMatch, nullptr)) { in CompleteAttach()
|
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionGroupPlatform.cpp | 35 arch, {}, ArchSpec::CompatibleMatch, &platform_arch)) { in CreatePlatformWithOptions()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 1014 if (match == CompatibleMatch) { in IsMatch() 1041 if (match == CompatibleMatch && in IsMatch() 1047 if (match == CompatibleMatch && both_windows) in IsMatch()
|