reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/ArchSpec.h
  266   const ArchSpec &operator=(const ArchSpec &rhs);

References

tools/lldb/include/lldb/Core/Module.h
  134     module_sp->m_arch = arch;
tools/lldb/include/lldb/Core/ModuleSpec.h
   58       m_arch = rhs.m_arch;
tools/lldb/include/lldb/Interpreter/OptionValueArch.h
   24     m_default_value = m_current_value;
   51     m_current_value = m_default_value;
   70     m_current_value = value;
   75   void SetDefaultValue(const ArchSpec &value) { m_default_value = value; }
tools/lldb/include/lldb/Target/Platform.h
  452     m_system_arch = arch;
tools/lldb/include/lldb/Utility/ProcessInfo.h
   66   void SetArchitecture(const ArchSpec &arch) { m_arch = arch; }
tools/lldb/source/API/SBTarget.cpp
  430       launch_info.GetArchitecture() = arch_spec;
 1581       module_spec.GetArchitecture() = Platform::GetAugmentedArchSpec(
 1584       module_spec.GetArchitecture() = target_sp->GetArchitecture();
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  137       arch = Platform::GetAugmentedArchSpec(platform_ptr, option_arg);
  225     m_options.arch = target->GetArchitecture();
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  979         m_options.launch_info.GetArchitecture() = exe_module->GetArchitecture();
 1225         match_info.GetProcessInfo().GetArchitecture() =
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1776         module_spec.GetArchitecture() = target->GetArchitecture();
 2561             module_spec.GetArchitecture() = target->GetArchitecture();
 4059         target_arch_module_spec.GetArchitecture() = target->GetArchitecture();
 4233                     module_spec.GetArchitecture() =
 4274               module_spec.GetArchitecture() = module_sp->GetArchitecture();
 4276               module_spec.GetArchitecture() = target->GetArchitecture();
tools/lldb/source/Core/Module.cpp
  182     m_arch = matching_module_spec.GetArchitecture();
  184     m_arch = module_spec.GetArchitecture();
  312           m_arch = m_objfile_sp->GetArchitecture();
 1533     m_arch = new_arch;
 1616   m_arch = ArchSpec();
tools/lldb/source/Interpreter/OptionGroupArchitecture.cpp
   32   arch = Platform::GetAugmentedArchSpec(platform, m_arch_str);
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  791       module_spec.GetArchitecture() = target.GetArchitecture();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  111       module_spec.GetArchitecture() = ArchSpec(target_triple);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  326   target_arch = target_sp->GetArchitecture();
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
13770   m_arch = arch;
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
  153     void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; }
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
  171       arch = Target::GetDefaultArchitecture();
  175       arch = module_sp->GetArchitecture();
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  134         arch = hostArch;
  140           arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  133         arch = hostArch;
  139           arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  489       arch = host_arch;
  497       arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
  505       arch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
  516         arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
  313         module_spec_x86_64.GetArchitecture() = ArchSpec("x86_64-apple-macosx");
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  126         arch = hostArch;
  132           arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
  132         arch = hostArch;
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  402   arch = architectures[idx];
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  216     arch = remote_arch;
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  240       exe_module_spec.GetArchitecture() = arch;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  397         match_info.GetProcessInfo().GetArchitecture() =
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  476     arch_to_use = remote_process_arch;
  478     arch_to_use = remote_host_arch;
  481     arch_to_use = target_arch;
 1063       process_arch = remote_process_arch;
 1075       process_arch = m_gdb_comm.GetHostArchitecture();
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  348         module_spec.GetArchitecture() = GetTarget().GetArchitecture();
  495     arch = Platform::GetAugmentedArchSpec(GetTarget().GetPlatform().get(), "i386");
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  428     module_spec.GetArchitecture() = GetArchitecture();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1629             dwo_module_spec.GetArchitecture() =
tools/lldb/source/Symbol/ClangASTContext.cpp
  569       arch = module->GetArchitecture();
  571       arch = target->GetArchitecture();
tools/lldb/source/Target/Platform.cpp
  902       m_system_arch = HostInfo::GetArchitecture();
  925       m_system_arch = GetRemoteSystemArchitecture();
 1197             *compatible_arch_ptr = platform_arch;
 1207             *compatible_arch_ptr = platform_arch;
 1775       arch = target->GetArchitecture();
 1777       arch = Target::GetDefaultArchitecture();
tools/lldb/source/Target/Process.cpp
  315     launch_info.GetArchitecture() =
tools/lldb/source/Target/Target.cpp
   75   m_spec = spec;
 1473             other = platform_arch;
 2876     launch_info.GetArchitecture() = GetArchitecture();
tools/lldb/source/Target/TargetList.cpp
  141                 platform_arch = matching_module_spec.GetArchitecture();
  160             platform_arch = matching_module_spec.GetArchitecture();
  165           module_spec.GetArchitecture() = arch;
  169             platform_arch = matching_module_spec.GetArchitecture();
  285     platform_arch = arch;
  298       arch = HostInfo::GetArchitecture();
  340     arch = specified_arch;
tools/lldb/unittests/Host/HostInfoTest.cpp
   38   spec = HostInfo::GetAugmentedArchSpec("x86_64-pc");
   42   spec = HostInfo::GetAugmentedArchSpec("x86_64");
tools/lldb/unittests/Utility/ArchSpecTest.cpp
   26   AS = ArchSpec();
   31   AS = ArchSpec();
   39   AS = ArchSpec();
   45   AS = ArchSpec();
   48   AS = ArchSpec();
   51   AS = ArchSpec();
   55   AS = ArchSpec();
   67   AS = ArchSpec();
   74   AS = ArchSpec();
   83   AS = ArchSpec();
   90   AS = ArchSpec();
   93   AS = ArchSpec();
  108   AS = ArchSpec();
  116   AS = ArchSpec();
  127   AS = ArchSpec();
  130   AS = ArchSpec();
  133   AS = ArchSpec();