Home
last modified time | relevance | path

Searched refs:SetArchitecture (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Host/aix/
H A DHost.cpp104 arch_spec.SetArchitecture(eArchTypeXCOFF, llvm::XCOFF::TCPU_PPC64, in GetExePathAndIds()
106 process_info.SetArchitecture(arch_spec); in GetExePathAndIds()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp114 info.SetArchitecture(GetArchitecture()); in GetProcessInfo()
H A DTarget.cpp1692 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform, in SetArchitecture() function in Target
1799 return SetArchitecture(merged_arch); in MergeArchitecture()
1802 return SetArchitecture(arch_spec); in MergeArchitecture()
H A DProcess.cpp3069 GetTarget().SetArchitecture(process_arch); in CompleteAttach()
3088 GetTarget().SetArchitecture(platform_arch); in CompleteAttach()
3102 GetTarget().SetArchitecture(process_arch); in CompleteAttach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; }
160 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; } SetArchitecture() function
H A DObjectContainerBSDArchive.cpp515 archive_sp->SetArchitecture(module_spec.GetArchitecture()); in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp69 arch.SetArchitecture(eArchTypeCOFF, static_cast<int>(machine), in GetArchitecture()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp227 process->GetTarget().SetArchitecture(kernel_arch); in CheckForKernelImageAtAddress()
314 process->GetTarget().SetArchitecture(memory_module_sp->GetArchitecture()); in ReadMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h106 SetArchitecture(arch); in EmulateInstructionARM()
134 virtual bool SetArchitecture(const ArchSpec &arch);
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h421 bool SetArchitecture(ArchitectureType arch_type, uint32_t cpu, uint32_t sub,
H A DProcessInfo.h66 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } in SetArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp299 target.SetArchitecture(module_sp->GetArchitecture()); in LoadBinaryWithUUIDAndAddress()
H A DModule.cpp1480 bool Module::SetArchitecture(const ArchSpec &new_arch) { in SetArchitecture() function in Module
1578 return SetArchitecture(arch_spec); in MergeArchitecture()
1586 return SetArchitecture(merged_arch); in MergeArchitecture()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp211 GetTarget().SetArchitecture(arch, true /*set_platform*/); in DoLoadCore()
591 info.SetArchitecture(GetArchitecture()); in GetProcessInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp136 spec.GetArchitecture().SetArchitecture(eArchTypeXCOFF, XCOFF::TCPU_PPC64, in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp426 launch_info.SetArchitecture(HostInfo::GetArchitecture()); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1083 bool SetArchitecture(const ArchSpec &new_arch);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp418 info.SetArchitecture(GetArchitecture()); in GetProcessInfo()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp560 SetArchitecture(arch_type, cpu, subtype); in ArchSpec()
802 if (!arch.SetArchitecture(eArchTypeMachO, cpu, sub)) in ParseMachCPUDashSubtypeTriple()
874 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture() function in ArchSpec
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp186 GetTarget().SetArchitecture(target_arch, /*set_platform*/ true); in DoLoadCore()
1113 info.SetArchitecture(GetArchitecture()); in GetProcessInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp350 GetTarget().SetArchitecture(host_arch); in ParsePythonTargetDefinition()
566 target.SetArchitecture(m_gdb_comm.GetProcessArchitecture()); in DoConnectRemote()
569 target.SetArchitecture(m_gdb_comm.GetHostArchitecture()); in DoConnectRemote()
604 GetTarget().SetArchitecture(m_gdb_comm.GetProcessArchitecture()); in DoConnectRemote()
606 GetTarget().SetArchitecture(m_gdb_comm.GetHostArchitecture()); in DoConnectRemote()
933 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
955 GetTarget().SetArchitecture(new_target_arch); in DidLaunchOrAttach()
967 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
H A DGDBRemoteCommunicationClient.cpp1354 m_host_arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetHostInfo()
2097 process_info.GetArchitecture().SetArchitecture(eArchTypeMachO, cpu, in DecodeProcessInfoResponse()
2265 m_process_arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetCurrentProcessInfo()
2268 m_process_arch.SetArchitecture(eArchTypeELF, cpu, sub); in GetCurrentProcessInfo()
2271 m_process_arch.SetArchitecture(eArchTypeCOFF, cpu, sub); in GetCurrentProcessInfo()
H A DGDBRemoteCommunicationServerCommon.cpp1010 m_process_launch_info.SetArchitecture( in Handle_QLaunchArch()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp300 return module_sp->SetArchitecture(new_arch); in SetModulesArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1089 bool SetArchitecture(const ArchSpec &arch_spec, bool set_platform = false,

12