| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | FuncUnwinders.cpp | 255 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 D | ArchSpec.cpp | 834 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 D | ThreadElfCore.cpp | 250 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 D | PlatformRemoteAppleTV.cpp | 140 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures()
|
| H A D | PlatformRemoteAppleWatch.cpp | 151 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures()
|
| H A D | PlatformMacOSX.cpp | 188 if (module_spec.GetArchitecture().GetCore() == in GetSharedModule()
|
| H A D | PlatformAppleSimulator.cpp | 415 module_spec.GetArchitecture().GetCore() == in ResolveExecutable() 416 resolved_module_spec.GetArchitecture().GetCore()) { in ResolveExecutable()
|
| H A D | PlatformDarwin.cpp | 489 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 D | RegisterContextFreeBSD_mips64.cpp | 172 assert(GetTargetArchitecture().GetCore() == ArchSpec::eCore_mips64); in GetRegisterInfo()
|
| H A D | StopInfoMachException.cpp | 99 arch.GetCore() == ArchSpec::eCore_arm_arm64e; in DeterminePtrauthFailure()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 443 Core GetCore() const { return m_core; } in GetCore() function
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 300 GetArchitecture().GetCore() != in ConvertArgumentsForLaunchingInShell()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 119 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 935 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 D | ABIMacOSX_arm.cpp | 1429 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1458 switch (arch.GetCore()) { in DisassemblerLLVMC()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 95 switch (arch.GetCore()) { in EmulateInstructionMIPS64()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 95 switch (arch.GetCore()) { in EmulateInstructionMIPS()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 229 arch_spec.GetCore() != ArchSpec::eCore_x86_64_x86_64h)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 632 if (m_arch.GetCore() == ArchSpec::eCore_riscv32) in Decode()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1759 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo()
|