HomeSort by relevance Sort by last modified time
    Searched refs:m_target_triple (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Symbol/
ClangASTContext.cpp 269 m_target_triple(),
324 return m_target_triple.c_str();
331 m_target_triple.assign(target_triple);
506 if (m_target_options_rp.getPtr() == NULL && !m_target_triple.empty())
511 m_target_options_rp->Triple = m_target_triple;
521 if (m_target_info_ap.get() == NULL && !m_target_triple.empty())
    [all...]
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 414 std::string m_target_triple; member in class:lldb_private::ClangASTContext

Completed in 27 milliseconds