Home
last modified time | relevance | path

Searched refs:GetCore (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp255 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 && in GetEHFrameAugmentedUnwindPlan()
256 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 && in GetEHFrameAugmentedUnwindPlan()
257 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetEHFrameAugmentedUnwindPlan()
296 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 && in GetDebugFrameAugmentedUnwindPlan()
297 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 && in GetDebugFrameAugmentedUnwindPlan()
298 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetDebugFrameAugmentedUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp829 if (other.GetCore() != eCore_uknownMach64) in MergeFrom()
841 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
842 other.GetCore() != ArchSpec::eCore_arm_generic) { in MergeFrom()
843 m_core = other.GetCore(); in MergeFrom()
974 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()
1399 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()
1400 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()
1406 return lhs.GetCore() == rhs.GetCore(); in operator ==()
1436 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()
1437 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp274 switch (arch.GetCore()) { in GetSize()
343 switch (arch.GetCore()) { in GetSize()
411 switch (arch.GetCore()) { in GetSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_mips64.cpp172 assert(GetTargetArchitecture().GetCore() == ArchSpec::eCore_mips64); in GetRegisterInfo()
H A DStopInfoMachException.cpp99 arch.GetCore() == ArchSpec::eCore_arm_arm64e; in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h429 Core GetCore() const { return m_core; } in GetCore() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp296 GetArchitecture().GetCore() != in ConvertArgumentsForLaunchingInShell()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp122 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp905 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
2215 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1533 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1499 switch (arch.GetCore()) { in DisassemblerLLVMC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp95 switch (arch.GetCore()) { in EmulateInstructionMIPS64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp95 switch (arch.GetCore()) { in EmulateInstructionMIPS()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp647 if (m_arch.GetCore() == ArchSpec::eCore_riscv32) in Decode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1829 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo()