Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp829 if (other.GetCore() != eCore_uknownMach64) 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 ==()
1453 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()
1456 GetCore() == ArchSpec::Core::eCore_thumbv7m || in IsAlwaysThumbInstructions()
1457 GetCore() == ArchSpec::Core::eCore_thumbv7em || in IsAlwaysThumbInstructions()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp268 switch (arch.GetCore()) { in GetSize()
337 switch (arch.GetCore()) { in GetSize()
405 switch (arch.GetCore()) { in GetSize()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h429 Core GetCore() const { return m_core; } in GetCore() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp296 GetArchitecture().GetCore() != in ConvertArgumentsForLaunchingInShell()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp122 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp945 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
2559 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1533 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1499 switch (arch.GetCore()) { in DisassemblerLLVMC()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp95 switch (arch.GetCore()) { in EmulateInstructionMIPS64()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp95 switch (arch.GetCore()) { in EmulateInstructionMIPS()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp632 if (m_arch.GetCore() == ArchSpec::eCore_riscv32) in Decode()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1807 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo()