Searched refs:arch_spec (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1069 Target::SetArchitecture (const ArchSpec &arch_spec) argument
1072 if (m_arch.IsCompatibleMatch(arch_spec) || !m_arch.IsValid())
1078 m_arch = arch_spec;
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());
1088 m_arch = arch_spec;
1099 log->Printf("Target::SetArchitecture Trying to select executable file architecture %s (%s)", arch_spec.GetArchitectureName(), arch_spec
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp789 const ArchSpec &arch_spec = target_sp->GetArchitecture(); local
790 if (arch_spec.IsValid())
791 launch_info.GetArchitecture () = arch_spec;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h859 /// If the input arch_spec is the same as the already set architecture, this is a no-op.
861 /// @param[in] arch_spec
868 SetArchitecture (const ArchSpec &arch_spec);

Completed in 171 milliseconds