Home | History | Annotate | Download | only in Target

Lines Matching refs:m_arch

69     m_arch (target_arch),
100 if (m_arch.IsValid())
102 LogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET, "Target::Target created with architecture %s (%s)", m_arch.GetArchitectureName(), m_arch.GetTriple().getTriple().c_str());
194 m_arch.Clear();
1032 if (!m_arch.IsValid())
1034 m_arch = executable_sp->GetArchitecture();
1036 log->Printf ("Target::SetExecutableModule setting architecture to %s (%s) based on executable file", m_arch.GetArchitectureName(), m_arch.GetTriple().getTriple().c_str());
1054 ModuleSpec module_spec (platform_dependent_file_spec, m_arch);
1072 if (m_arch.IsCompatibleMatch(arch_spec) || !m_arch.IsValid())
1078 m_arch = arch_spec;
1088 m_arch = arch_spec;
1459 DataExtractor data (&uval, sizeof(uval), m_arch.GetByteOrder(), m_arch.GetAddressByteSize());
1505 m_arch.GetAddressByteSize(),
1737 if (m_scratch_ast_context_ap.get() == NULL && m_arch.IsValid() && create_on_demand)
1739 m_scratch_ast_context_ap.reset (new ClangASTContext(m_arch.GetTriple().str().c_str()));
1901 switch (m_arch.GetMachine())
1946 switch (m_arch.GetMachine())