Home
last modified time | relevance | path

Searched refs:eCore_x86_64_x86_64h (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h206 eCore_x86_64_x86_64h, // Haswell enabled x86_64 enumerator
254 kCore_x86_64_last = eCore_x86_64_x86_64h,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp257 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetEHFrameAugmentedUnwindPlan()
298 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetDebugFrameAugmentedUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp297 ArchSpec::eCore_x86_64_x86_64h) // Don't do this for x86_64h in ConvertArgumentsForLaunchingInShell()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp215 ArchSpec::eCore_x86_64_x86_64h, "x86_64h"},
346 …{ArchSpec::eCore_x86_64_x86_64h, llvm::MachO::CPU_TYPE_X86_64, llvm::MachO::CPU_SUBTYPE_X86_6…
1208 case ArchSpec::eCore_x86_64_x86_64h: in cores_match()