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

Declarations

tools/lldb/include/lldb/Utility/ArchSpec.h
  312   llvm::Triple::ArchType GetMachine() const;

References

tools/lldb/source/Core/Address.cpp
  462           target->GetArchitecture().GetMachine();
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  528   switch (GetArchitecture().GetMachine()) {
  558   switch (GetArchitecture().GetMachine()) {
tools/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
   35   if (arch.GetMachine() != llvm::Triple::arm)
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  217         const llvm::Triple::ArchType machine = arch.GetMachine();
  837       switch (disasm_sp->GetArchitecture().GetMachine()) {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  235     } else if (exe_arch.GetMachine() == llvm::Triple::arm ||
  236                exe_arch.GetMachine() == llvm::Triple::thumb ||
  237                exe_arch.GetMachine() == llvm::Triple::aarch64 ||
  238                exe_arch.GetMachine() == llvm::Triple::aarch64_32) {
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  649   if (arch.GetMachine() == llvm::Triple::ppc64)
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
  186   if (arch.GetMachine() != llvm::Triple::x86) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  328   const auto target_machine = target_arch.GetMachine();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  305     if (target->GetArchitecture().GetMachine() == llvm::Triple::aarch64 ||
  306         target->GetArchitecture().GetMachine() == llvm::Triple::aarch64_32) {
  309     if (target->GetArchitecture().GetMachine() == llvm::Triple::x86_64) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
   99   switch (m_process_ptr->GetTarget().GetArchitecture().GetMachine()) {
  163       proto, process->GetTarget().GetArchitecture().GetMachine());
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  402   switch (exe_ctx.GetTargetPtr()->GetArchitecture().GetMachine()) {
 1540   const llvm::Triple::ArchType machine = target.GetArchitecture().GetMachine();
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1336   if (arch_spec.GetMachine() == llvm::Triple::mips ||
 1337       arch_spec.GetMachine() == llvm::Triple::mipsel ||
 1338       arch_spec.GetMachine() == llvm::Triple::mips64 ||
 1339       arch_spec.GetMachine() == llvm::Triple::mips64el) {
 1355   if (arch_spec.GetMachine() == llvm::Triple::arm ||
 1356       arch_spec.GetMachine() == llvm::Triple::thumb) {
 1472         if (arch_spec.GetMachine() == llvm::Triple::arm ||
 1473             arch_spec.GetMachine() == llvm::Triple::thumb) {
 2077       if (arch.GetMachine() == llvm::Triple::arm) {
 2102       } else if (arch.GetMachine() == llvm::Triple::aarch64) {
 2122       if (arch.GetMachine() == llvm::Triple::arm) {
 2809         if (arch.GetMachine() == llvm::Triple::arm &&
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6036     switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  217   switch (target.GetArchitecture().GetMachine()) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  419   llvm::Triple::ArchType machine = target.GetArchitecture().GetMachine();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
   77     switch (arch->GetMachine()) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
   78     switch (arch->GetMachine()) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
   75     switch (arch->GetMachine()) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
   70     switch (arch->GetMachine()) {
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  999   if (m_arch.GetMachine() == llvm::Triple::arm) {
 1027   if (m_arch.GetMachine() == llvm::Triple::arm || m_arch.IsMIPS())
 1418   switch (GetArchitecture().GetMachine()) {
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
  301   switch (target_arch.GetMachine()) {
  395   switch (GetRegisterInfoInterface().GetTargetArchitecture().GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  537     switch (arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
   68   switch (m_target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
  228   if (m_target_arch.GetMachine() == llvm::Triple::ppc)
tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
  101   switch (target_arch.GetMachine()) {
  114   switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
  111   switch (m_target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
  113   switch (m_target_arch.GetMachine()) {
  127   switch (m_target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
  117   switch (m_target_arch.GetMachine()) {
  134   switch (target_arch.GetMachine()) {
  148   switch (target_arch.GetMachine()) {
  165   switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
   21   switch (target_arch.GetMachine()) {
   31   switch (target_arch.GetMachine()) {
   41   switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
  114   switch (target_arch.GetMachine()) {
  126   switch (target_arch.GetMachine()) {
  142   switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
   88   switch (target_arch.GetMachine()) {
   99   switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
   65   switch (m_target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
   69   switch (target_arch.GetMachine()) {
   80   switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
   91   switch (register_info->m_target_arch.GetMachine()) {
  165     switch (m_register_info_up->m_target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
  110   switch (register_info->m_target_arch.GetMachine()) {
  186     switch (m_register_info_up->m_target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
  106     if ((target_arch.GetMachine() == llvm::Triple::mipsel) ||
  107          (target_arch.GetMachine() == llvm::Triple::mips)) {
  129     if ((target_arch.GetMachine() == llvm::Triple::mipsel) ||
  130          (target_arch.GetMachine() == llvm::Triple::mips)) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
   86   switch (register_info->m_target_arch.GetMachine()) {
  154     switch (m_register_info_up->m_target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
  323   switch (register_info->m_target_arch.GetMachine()) {
  441     switch (m_register_info_up->m_target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp
   74   assert(target_arch.GetMachine() == llvm::Triple::x86);
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
  137   assert(target_arch.GetMachine() == llvm::Triple::x86_64);
tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
   53   switch (target_arch.GetMachine()) {
   64   switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
   58   switch (target_arch.GetMachine()) {
   70   switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
   25   switch (target_arch.GetMachine()) {
   36   switch (target_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
   41       target ? target->GetArchitecture().GetMachine()
  307       target ? target->GetArchitecture().GetMachine()
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  416   bool lp64 = (arch.GetMachine() == llvm::Triple::aarch64 ||
  417                arch.GetMachine() == llvm::Triple::mips64 ||
  418                arch.GetMachine() == llvm::Triple::ppc64 ||
  419                arch.GetMachine() == llvm::Triple::x86_64);
  624       switch (GetArchitecture().GetMachine()) {
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
   58     if (reg_info->byte_size == 4 && !(arch.GetMachine() == llvm::Triple::mips64el))
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
   83       switch (arch.GetMachine()) {
  112       switch (arch.GetMachine()) {
  126       switch (arch.GetMachine()) {
  160       switch (arch.GetMachine()) {
  185                 __FUNCTION__, arch.GetMachine(), arch.GetTriple().getOS());
  189     switch (arch.GetMachine()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1272               switch (m_host_arch.GetMachine()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  233   if (host_arch.GetMachine() == llvm::Triple::aarch64 ||
  234       host_arch.GetMachine() == llvm::Triple::aarch64_32 ||
  235       host_arch.GetMachine() == llvm::Triple::aarch64_be ||
  236       host_arch.GetMachine() == llvm::Triple::arm ||
  237       host_arch.GetMachine() == llvm::Triple::armeb || host_arch.IsMIPS())
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  641             (arch.GetMachine() == llvm::Triple::aarch64 ||
  642              arch.GetMachine() == llvm::Triple::aarch64_32) &&
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  640         (arch_to_use.GetMachine() == llvm::Triple::arm ||
  641          arch_to_use.GetMachine() == llvm::Triple::thumb) &&
  644   } else if (target_arch.GetMachine() == llvm::Triple::arm ||
  645              target_arch.GetMachine() == llvm::Triple::thumb) {
 1109         if ((process_arch.GetMachine() == llvm::Triple::arm ||
 1110              process_arch.GetMachine() == llvm::Triple::thumb) &&
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  205   switch (arch.GetMachine()) {
tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
   70     switch (arch.GetMachine()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  137             module->GetArchitecture().GetMachine(), reg, register_kind);
  184         if (!EmitVFrameEvaluationDWARFExpression(fpo_program, architecture.GetMachine(),
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
   75   llvm::Triple::ArchType arch_type = architecture.GetMachine();
tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
  239   const llvm::Triple::ArchType cpu = arch.GetMachine();
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
   47   const llvm::Triple::ArchType cpu = m_arch.GetMachine();
  155   const llvm::Triple::ArchType cpu = m_arch.GetMachine();
tools/lldb/source/Target/Platform.cpp
 1818   switch (arch.GetMachine()) {
tools/lldb/source/Target/Thread.cpp
 2047     const llvm::Triple::ArchType machine = target_arch.GetMachine();
tools/lldb/unittests/Process/minidump/MinidumpParserTest.cpp
  140             parser->GetArchitecture().GetMachine());
  501             parser->GetArchitecture().GetMachine());
tools/lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp
   32   llvm::Triple::ArchType arch_type = arch_spec.GetMachine();
   83   llvm::Triple::ArchType arch_type = arch_spec.GetMachine();