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

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DArchSpec.h293 // SetArchitecture (const llvm::StringRef& arch_name);
296 // SetArchitecture (const char *arch_name);
308 SetArchitecture (ArchitectureType arch_type,
H A DModule.h1149 SetArchitecture (const ArchSpec &new_arch);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h196 SetArchitecture (const lldb_private::ArchSpec &arch) function in class:ObjectContainerBSDArchive::Archive
H A DObjectContainerBSDArchive.cpp593 archive_sp->SetArchitecture (module_spec.GetArchitecture());
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h127 SetArchitecture (arch);
158 SetArchitecture (const ArchSpec &arch);
H A DEmulateInstructionARM.cpp12846 EmulateInstructionARM::SetArchitecture (const ArchSpec &arch) function in class:EmulateInstructionARM
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h91 SetArchitecture (const ArchSpec &arch);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp400 SetArchitecture (arch_type, cpu, subtype);
565 if (arch.SetArchitecture (eArchTypeMachO, cpu, sub))
708 ArchSpec::SetArchitecture (ArchitectureType arch_type, uint32_t cpu, uint32_t sub) function in class:ArchSpec
H A DModule.cpp354 m_ast.SetArchitecture (object_arch);
1492 Module::SetArchitecture (const ArchSpec &new_arch) function in class:Module
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp352 g_host_arch_32.SetArchitecture (eArchTypeMachO, ~(CPU_ARCH_MASK) & cputype, cpusubtype);
353 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
358 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
360 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
365 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp353 GetTarget().SetArchitecture(host_arch);
656 m_target.SetArchitecture(m_gdb_comm.GetProcessArchitecture());
660 m_target.SetArchitecture(m_gdb_comm.GetHostArchitecture());
682 GetTarget().SetArchitecture(m_gdb_comm.GetProcessArchitecture());
684 GetTarget().SetArchitecture(m_gdb_comm.GetHostArchitecture());
853 m_target.SetArchitecture(m_gdb_comm.GetProcessArchitecture());
857 m_target.SetArchitecture(m_gdb_comm.GetHostArchitecture());
H A DGDBRemoteCommunicationClient.cpp1537 m_host_arch.SetArchitecture (eArchTypeMachO, cpu, sub);
2134 process_info.GetArchitecture().SetArchitecture (eArchTypeMachO, cpu, sub);
2244 m_process_arch.SetArchitecture (eArchTypeMachO, cpu, sub);
H A DGDBRemoteCommunicationServer.cpp1147 m_process_launch_info.SetArchitecture(arch_spec);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp212 m_target.SetArchitecture(arch);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h941 /// If the current target has an ExecutableModule, then calling SetArchitecture with a different
955 SetArchitecture (const ArchSpec &arch_spec);
H A DProcess.h245 SetArchitecture (ArchSpec arch) function in class:lldb_private::ProcessInfo
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp153 m_target.SetArchitecture(module_arch);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp332 return module_sp->SetArchitecture (new_arch);
H A DClangASTContext.cpp335 ClangASTContext::SetArchitecture (const ArchSpec &arch) function in class:ClangASTContext
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp365 spec.GetArchitecture().SetArchitecture(eArchTypeELF,
1961 arch.SetArchitecture (eArchTypeELF, m_header.e_machine, LLDB_INVALID_CPUTYPE);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3361 m_target.SetArchitecture(platform_arch);
3370 m_target.SetArchitecture (process_arch);
H A DTarget.cpp1090 Target::SetArchitecture (const ArchSpec &arch_spec) function in class:Target
1101 log->Printf ("Target::SetArchitecture setting architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1108 log->Printf ("Target::SetArchitecture changing architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1118 log->Printf("Target::SetArchitecture Trying to select executable file architecture %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());

Completed in 304 milliseconds