Searched refs:m_target_options_rp (Results 1 – 2 of 2) sorted by relevance
1185 std::shared_ptr<clang::TargetOptions> m_target_options_rp; variable
610 m_target_options_rp.reset(); in Finalize()720 if (m_target_options_rp == nullptr && !m_target_triple.empty()) { in getTargetOptions()721 m_target_options_rp = std::make_shared<clang::TargetOptions>(); in getTargetOptions()722 if (m_target_options_rp != nullptr) in getTargetOptions()723 m_target_options_rp->Triple = m_target_triple; in getTargetOptions()725 return m_target_options_rp; in getTargetOptions()