Searched refs:arch_spec (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 1225 …ilsFromNote (lldb_private::DataExtractor &data, lldb_private::ArchSpec &arch_spec, lldb_private::U… in RefineModuleDetailsFromNote() argument 1274 arch_spec.GetTriple ().setOSName (os_name); in RefineModuleDetailsFromNote() 1275 arch_spec.GetTriple ().setVendor (llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote() 1303 arch_spec.GetTriple ().setOS (llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote() 1304 … arch_spec.GetTriple ().setVendor (llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote() 1310 arch_spec.GetTriple ().setOS (llvm::Triple::OSType::UnknownOS); in RefineModuleDetailsFromNote() 1311 … arch_spec.GetTriple ().setVendor (llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote() 1316 arch_spec.GetTriple ().setOS (llvm::Triple::OSType::Solaris); in RefineModuleDetailsFromNote() 1317 … arch_spec.GetTriple ().setVendor (llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote() 1371 arch_spec.GetTriple ().setOS (llvm::Triple::OSType::NetBSD); in RefineModuleDetailsFromNote() [all …]
|
| HD | ObjectFileELF.h | 299 lldb_private::ArchSpec &arch_spec); 428 …ilsFromNote (lldb_private::DataExtractor &data, lldb_private::ArchSpec &arch_spec, lldb_private::U…
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | MonitoringProcessLauncher.cpp | 38 const ArchSpec &arch_spec = resolved_info.GetArchitecture(); in LaunchProcess() local 45 ModuleSpec module_spec(exe_spec, arch_spec); in LaunchProcess()
|
| HD | Host.cpp | 798 const ArchSpec &arch_spec = launch_info.GetArchitecture(); in LaunchProcessPosixSpawn() local 799 cpu_type_t cpu = arch_spec.GetMachOCPUType(); in LaunchProcessPosixSpawn() 800 cpu_type_t sub = arch_spec.GetMachOCPUSubType(); in LaunchProcessPosixSpawn()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 1173 Target::SetArchitecture (const ArchSpec &arch_spec) in SetArchitecture() argument 1176 if (m_arch.IsCompatibleMatch(arch_spec) || !m_arch.IsValid()) in SetArchitecture() 1182 m_arch = arch_spec; in SetArchitecture() 1184 …get::SetArchitecture setting architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.… in SetArchitecture() 1191 …et::SetArchitecture changing architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.… in SetArchitecture() 1192 m_arch = arch_spec; in SetArchitecture() 1201 …rying to select executable file architecture %s (%s)", arch_spec.GetArchitectureName(), arch_spec.… in SetArchitecture() 1202 ModuleSpec module_spec (executable_sp->GetFileSpec(), arch_spec); in SetArchitecture() 1220 Target::MergeArchitecture (const ArchSpec &arch_spec) in MergeArchitecture() argument 1222 if (arch_spec.IsValid()) in MergeArchitecture() [all …]
|
| /NextBSD/contrib/binutils/gas/doc/ |
| HD | c-ia64.texi | 181 http://developer.intel.com/design/itanium/arch_spec.htm 186 @uref{http://developer.intel.com/design/itanium/arch_spec.htm,IA-64 Architecture Handbook}.
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Target.h | 1121 SetArchitecture (const ArchSpec &arch_spec); 1124 MergeArchitecture (const ArchSpec &arch_spec);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 526 ArchSpec arch_spec = launch_info.GetArchitecture(); in LaunchProcess() local 527 const char *arch_triple = arch_spec.GetTriple().str().c_str(); in LaunchProcess()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.h | 557 const ArchSpec& arch_spec,
|
| HD | GDBRemoteCommunicationServerCommon.cpp | 1064 ArchSpec arch_spec(arch_triple,NULL); in Handle_QLaunchArch() local 1065 m_process_launch_info.SetArchitecture(arch_spec); in Handle_QLaunchArch()
|
| HD | GDBRemoteCommunicationClient.cpp | 4188 const lldb_private::ArchSpec& arch_spec, in GetModuleInfo() argument 4199 const auto& triple = arch_spec.GetTriple().getTriple(); in GetModuleInfo() 4250 module_spec.GetFileSpec() = FileSpec(value.c_str(), false, arch_spec); in GetModuleInfo()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTarget.cpp | 423 const ArchSpec &arch_spec = target_sp->GetArchitecture(); in Launch() local 424 if (arch_spec.IsValid()) in Launch() 425 launch_info.GetArchitecture () = arch_spec; in Launch()
|