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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DArchSpec.h258 // SetArchitecture (const llvm::StringRef& arch_name);
261 // SetArchitecture (const char *arch_name);
273 SetArchitecture (ArchitectureType arch_type,
H A DModule.h1060 SetArchitecture (const ArchSpec &new_arch);
/freebsd-10.0-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.cpp576 archive_sp->SetArchitecture (module_spec.GetArchitecture());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp333 g_host_arch_32.SetArchitecture (eArchTypeMachO, ~(CPU_ARCH_MASK) & cputype, cpusubtype);
334 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
339 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
341 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
346 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h127 SetArchitecture (arch);
158 SetArchitecture (const ArchSpec &arch);
H A DEmulateInstructionARM.cpp12818 EmulateInstructionARM::SetArchitecture (const ArchSpec &arch) function in class:EmulateInstructionARM
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h91 SetArchitecture (const ArchSpec &arch);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp362 SetArchitecture (arch_type, cpu, subtype);
513 if (arch.SetArchitecture (eArchTypeMachO, cpu, sub))
656 ArchSpec::SetArchitecture (ArchitectureType arch_type, uint32_t cpu, uint32_t sub) function in class:ArchSpec
H A DModule.cpp350 m_ast.SetArchitecture (object_arch);
1395 Module::SetArchitecture (const ArchSpec &new_arch) function in class:Module
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp211 m_target.SetArchitecture(arch);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h854 /// If the current target has an ExecutableModule, then calling SetArchitecture with a different
868 SetArchitecture (const ArchSpec &arch_spec);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp153 m_target.SetArchitecture(module_arch);
/freebsd-10.0-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.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp323 spec.GetArchitecture().SetArchitecture(eArchTypeELF,
1817 arch.SetArchitecture (eArchTypeELF, m_header.e_machine, LLDB_INVALID_CPUTYPE);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1228 m_host_arch.SetArchitecture (eArchTypeMachO, cpu, sub);
1878 m_process_arch.SetArchitecture (eArchTypeMachO, cpu, sub);
H A DProcessGDBRemote.cpp581 GetTarget().SetArchitecture(m_gdb_comm.GetProcessArchitecture());
583 GetTarget().SetArchitecture(m_gdb_comm.GetHostArchitecture());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3192 m_target.SetArchitecture(platform_arch);
3201 m_target.SetArchitecture (process_arch);
H A DTarget.cpp1069 Target::SetArchitecture (const ArchSpec &arch_spec) function in class:Target
1080 log->Printf ("Target::SetArchitecture setting architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1087 log->Printf ("Target::SetArchitecture changing architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1099 log->Printf("Target::SetArchitecture Trying to select executable file architecture %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());

Completed in 242 milliseconds