Searched refs:m_target_options_rp (Results 1 – 2 of 2) sorted by relevance
1072 std::shared_ptr<clang::TargetOptions> m_target_options_rp; variable
666 m_target_options_rp.reset(); in Finalize()779 if (m_target_options_rp == nullptr && !m_target_triple.empty()) { in getTargetOptions()780 m_target_options_rp = std::make_shared<clang::TargetOptions>(); in getTargetOptions()781 if (m_target_options_rp != nullptr) in getTargetOptions()782 m_target_options_rp->Triple = m_target_triple; in getTargetOptions()784 return m_target_options_rp; in getTargetOptions()