Searched refs:GetCore (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp255 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 &&
256 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 &&
257 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) {
296 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 &&
297 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 &&
298 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_mips64.cpp110 assert(m_target_arch.GetCore() == ArchSpec::eCore_mips64);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp859 if (other.GetCore() != eCore_uknownMach64)
871 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic &&
872 other.GetCore() != ArchSpec::eCore_arm_generic) {
873 m_core = other.GetCore();
1007 const ArchSpec::Core lhs_core = GetCore();
1008 const ArchSpec::Core rhs_core = rhs.GetCore();
1383 const ArchSpec::Core lhs_core = lhs.GetCore();
1384 const ArchSpec::Core rhs_core = rhs.GetCore();
1390 return lhs.GetCore() == rhs.GetCore();
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp270 switch (arch.GetCore()) {
339 switch (arch.GetCore()) {
407 switch (arch.GetCore()) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h413 Core GetCore() const { return m_core; } function in class:lldb_private::ArchSpec
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp307 GetArchitecture().GetCore() !=
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp122 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1548 const ArchSpec::Core system_core = arch.GetCore();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1084 switch (arch.GetCore()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp94 switch (arch.GetCore()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp94 switch (arch.GetCore()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1852 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore();

Completed in 309 milliseconds