Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp834 if (other.GetCore() != eCore_uknownMach64) in MergeFrom()
846 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
847 other.GetCore() != ArchSpec::eCore_arm_generic) { in MergeFrom()
848 m_core = other.GetCore(); in MergeFrom()
978 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()
1411 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()
1412 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()
1418 return lhs.GetCore() == rhs.GetCore(); in operator ==()
1465 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()
1466 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp250 switch (arch.GetCore()) { in GetSize()
319 switch (arch.GetCore()) { in GetSize()
387 switch (arch.GetCore()) { in GetSize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleTV.cpp140 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures()
H A DPlatformRemoteAppleWatch.cpp151 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures()
H A DPlatformMacOSX.cpp188 if (module_spec.GetArchitecture().GetCore() == in GetSharedModule()
H A DPlatformAppleSimulator.cpp415 module_spec.GetArchitecture().GetCore() == in ResolveExecutable()
416 resolved_module_spec.GetArchitecture().GetCore()) { in ResolveExecutable()
H A DPlatformDarwin.cpp489 if (host_arch.GetCore() == ArchSpec::eCore_x86_64_x86_64h) { in x86GetSupportedArchitectures()
607 const ArchSpec::Core system_core = system_arch.GetCore(); in ARMGetSupportedArchitectures()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h443 Core GetCore() const { return m_core; } in GetCore() function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp300 GetArchitecture().GetCore() != in ConvertArgumentsForLaunchingInShell()
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp119 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp935 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
2538 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1429 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1458 switch (arch.GetCore()) { in DisassemblerLLVMC()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp95 switch (arch.GetCore()) { in EmulateInstructionMIPS64()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp95 switch (arch.GetCore()) { in EmulateInstructionMIPS()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm229 arch_spec.GetCore() != ArchSpec::eCore_x86_64_x86_64h)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp632 if (m_arch.GetCore() == ArchSpec::eCore_riscv32) in Decode()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1759 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo()