reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ClangASTContext.cpp
  671   return m_target_triple.c_str();
  675   m_target_triple = target_triple.str();
  820   if (m_target_options_rp == nullptr && !m_target_triple.empty()) {
  823       m_target_options_rp->Triple = m_target_triple;
  830   if (m_target_info_up == nullptr && !m_target_triple.empty())