Searched refs:SetArchitecture (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; } function in class:ObjectContainerBSDArchive::Archive
H A DObjectContainerBSDArchive.cpp507 archive_sp->SetArchitecture(module_spec.GetArchitecture());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp328 DNBArchProtocol::SetArchitecture(CPU_TYPE_X86_64);
330 DNBArchProtocol::SetArchitecture(CPU_TYPE_I386);
333 DNBArchProtocol::SetArchitecture(CPU_TYPE_ARM64);
335 DNBArchProtocol::SetArchitecture(CPU_TYPE_ARM);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h387 bool SetArchitecture(ArchitectureType arch_type, uint32_t cpu, uint32_t sub,
H A DProcessInfo.h66 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } function in class:lldb_private::ProcessInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h99 SetArchitecture(arch);
127 virtual bool SetArchitecture(const ArchSpec &arch);
H A DEmulateInstructionARM.cpp13773 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { function in class:EmulateInstructionARM
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1025 bool SetArchitecture(const ArchSpec &new_arch);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp488 launch_info.SetArchitecture(HostInfo::GetArchitecture());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp206 GetTarget().SetArchitecture(target_arch);
912 info.SetArchitecture(GetArchitecture());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp218 GetTarget().SetArchitecture(arch, true /*set_platform*/);
538 info.SetArchitecture(GetArchitecture());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp562 SetArchitecture(arch_type, cpu, subtype);
811 if (!arch.SetArchitecture(eArchTypeMachO, cpu, sub))
874 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, function in class:ArchSpec
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1531 bool Module::SetArchitecture(const ArchSpec &new_arch) { function in class:Module
1603 return SetArchitecture(arch_spec);
1609 // SetArchitecture() is a no-op if m_arch is already valid.
1611 return SetArchitecture(merged_arch);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp310 return module_sp->SetArchitecture(new_arch);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp367 GetTarget().SetArchitecture(host_arch);
677 target.SetArchitecture(m_gdb_comm.GetProcessArchitecture());
680 target.SetArchitecture(m_gdb_comm.GetHostArchitecture());
715 GetTarget().SetArchitecture(m_gdb_comm.GetProcessArchitecture());
717 GetTarget().SetArchitecture(m_gdb_comm.GetHostArchitecture());
1089 GetTarget().SetArchitecture(process_arch);
1117 GetTarget().SetArchitecture(new_target_arch);
1134 GetTarget().SetArchitecture(process_arch);
H A DGDBRemoteCommunicationClient.cpp1239 m_host_arch.SetArchitecture(eArchTypeMachO, cpu, sub);
1967 process_info.GetArchitecture().SetArchitecture(eArchTypeMachO, cpu,
2101 m_process_arch.SetArchitecture(eArchTypeMachO, cpu, sub);
2104 m_process_arch.SetArchitecture(eArchTypeELF, cpu, sub);
2107 m_process_arch.SetArchitecture(eArchTypeCOFF, cpu, sub);
H A DGDBRemoteCommunicationServerCommon.cpp981 m_process_launch_info.SetArchitecture(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp323 GetTarget().SetArchitecture(module_arch);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h930 /// ExecutableModule, then calling SetArchitecture with a different
950 bool SetArchitecture(const ArchSpec &arch_spec, bool set_platform = false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1457 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { function in class:Target
1517 LLDB_LOGF(log, "Target::SetArchitecture changing architecture to %s (%s)",
1528 "Target::SetArchitecture Trying to select executable file "
1561 return SetArchitecture(merged_arch);
1564 return SetArchitecture(arch_spec);
H A DProcess.cpp2873 GetTarget().SetArchitecture(process_arch);
2897 GetTarget().SetArchitecture(platform_arch);
2910 GetTarget().SetArchitecture(process_arch);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp462 // It's functionality has moved to ArchSpec::SetArchitecture This function is
511 spec.GetArchitecture().SetArchitecture(
524 // SetArchitecture should have set the vendor to unknown
1321 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type,

Completed in 375 milliseconds