Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp31 m_reg_map(), m_arch(arch), m_cpu(k_cpu_unspecified), m_wordsize(-1), in x86AssemblyInspectionEngine()
43 m_cpu = k_cpu_unspecified; in Initialize()
53 if (m_cpu == k_cpu_unspecified) in Initialize()
151 m_cpu = k_cpu_unspecified; in Initialize()
161 if (m_cpu == k_cpu_unspecified) in Initialize()
H A Dx86AssemblyInspectionEngine.h135 enum CPU { k_i386, k_x86_64, k_cpu_unspecified }; enumerator