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.cpp246 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 && in GetEHFrameAugmentedUnwindPlan()
247 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 && in GetEHFrameAugmentedUnwindPlan()
248 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetEHFrameAugmentedUnwindPlan()
285 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 && in GetDebugFrameAugmentedUnwindPlan()
286 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 && in GetDebugFrameAugmentedUnwindPlan()
287 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetDebugFrameAugmentedUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp852 if (other.GetCore() != eCore_uknownMach64) in MergeFrom()
864 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
865 other.GetCore() != ArchSpec::eCore_arm_generic) { in MergeFrom()
866 m_core = other.GetCore(); in MergeFrom()
1000 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()
1432 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()
1433 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()
1439 return lhs.GetCore() == rhs.GetCore(); in operator ==()
1468 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()
1469 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions()
[all …]
/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.cpp102 arch.GetCore() == ArchSpec::eCore_arm_arm64e; in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp310 switch (arch.GetCore()) { in GetSize()
405 switch (arch.GetCore()) { in GetSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h442 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.cpp1030 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
2267 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1528 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1511 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.cpp1880 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo()